AddDealRequest Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
AddDealRequestV2
public class AddDealRequest
type AddDealRequest = class
Public Class AddDealRequest
- Inheritance
-
AddDealRequest
Constructors
| Name | Description |
|---|---|
| AddDealRequest() | |
Properties
| Name | Description |
|---|---|
| ContactId |
User id of person the deal is associated with. |
| Currency |
Currency of the deal. |
| ExpectedCloseDate |
yyyy-MM-dd |
| OrganizationId |
Id of the organization associated with the deal. |
| PipelineId |
The id of the pipeline to fetch stages from. |
| StageId |
Stage of the deal. |
| Status |
Status of the deal. |
| Title |
Title of the deal. |
| Value |
Monetary value of the deal. |
| Visibility |
Owner, followers or entire company. |