DealResponse 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.
Response for Get deal by id
public class DealResponse
type DealResponse = class
Public Class DealResponse
- Inheritance
-
DealResponse
Constructors
| Name | Description |
|---|---|
| DealResponse() | |
Properties
| Name | Description |
|---|---|
| ActivitiesCount |
Number of activities associated with the deal. |
| ClosedDateTime |
yyyy-MM-ddTHH:mm:ss.fffZ |
| Contact |
person_id |
| CreatedDateTime |
yyyy-MM-ddTHH:mm:ss.fffZ |
| Creator |
creator_user_id |
| Currency |
Currency associated with the deal value. |
| DealId |
Id of the deal. |
| DealTitle |
Title of the deal. |
| DealValue |
Monetary value of the deal. |
| DoneActivitiesCount |
Number of done activities associated with the deal. |
| EmailMessageCount |
Number of email messages associated with the deal. |
| ExpectedCloseDate |
yyyy-MM-dd |
| FilesCount |
Number of files associated with the deal. |
| FollowersCount |
Number of followers associated with the deal. |
| IsActive |
True if the deal is active. |
| IsDeleted |
True if the deal has been deleted. |
| LastActivityDate |
yyyy-MM-dd |
| LastActivityId |
Id of the last activity. |
| LostReason |
Message about why the deal was lost (to be used when status=lost). |
| NextActivityDate |
yyyy-MM-dd |
| NextActivityDuration |
Duration of next activity associated with the deal. |
| NextActivityId |
Id of the next activity. |
| NextActivityNote |
Notes for next activity associated with the deal |
| NextActivitySubject |
Subject of next activity associated with the deal. |
| NextActivityTime |
yyyy-MM-ddTHH:mm:ss.fffZ |
| NextActivityType |
Type of next activity associated with the deal. |
| NotesCount |
Number of notes associated with the deal. |
| Organization |
org_id |
| ParticipantsCount |
Number of participants associated with the deal. |
| PipelineId |
Id of pipeline the deal is associated with. |
| ProductsCount |
Number of products associated with the deal. |
| ReferencedActivitiesCount |
Number of referenced activities associated with the deal. |
| StageId |
ID of stage the deal is placed in a pipeline. |
| StageName |
Name of stage the deal is placed in a pipeline |
| StageUpdatedDateTime |
yyyy-MM-ddTHH:mm:ss.fffZ |
| Status |
Open, won, lost or deleted. |
| UndoneActivitiesCount |
Number of undone activities associated with the deals. |
| UpdatedDateTime |
yyyy-MM-ddTHH:mm:ss.fffZ |
| User |
user_id |
| Visibility |
Owner, followers or entire company. |