GetDeal
Returns details of a deal with a given Id.
Input
| Name | Type | Description |
| Id | String | ID of the deal in Copilot. |
Result Set Columns
| Name | Type | Description |
| Id | String | ID of the deal in Copilot. |
| CrmId | String | Id of the deal in the source CRM system. |
| OwnerCrmId | String | Id of the deal owner in the source. |
| DealName | String | Name of the deal. |
| Amount | String | Amount of the deal. |
| CloseDate | Datetime | Close date of the deal. |
| CreatedDate | Datetime | Creation date of the deal. |
| LastContactedDate | Datetime | Last contacted date of the deal. |
| NextCallDate | Datetime | NextCall date of the deal. |
| Stage | String | Stage of the deal. |
| Probability | String | Probability of the deal getting through. |
| ForecastCategory | String | Forecast category for the deal. |
| AccountCrmId | String | Account Id of the source crm associated with the deal. |
| StageChangeHistory | String | Stage change history. |
| CloseDateChangeHistory | String | Close date change history. |
| CustomFields | String | Other relevant custom fields. |
| Reason | String | Reason for the deal. |