POST api/progression/sales/exchange
Exchanges a sales role
Request Information
URI Parameters
None.
Body Parameters
Details of the exchange
ExchangeCommandDataContractName | Description | Type | Additional information |
---|---|---|---|
RoleId | integer |
None. |
|
ExchangedDateTime | date |
None. |
|
EstimatedCompletionDateTime | date |
None. |
|
TakeOffMarket | boolean |
None. |
|
Note | string |
None. |
|
NegotiatorIds | Collection of integer |
None. |
|
FinalAgreedPrice | decimal number |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
application/json, text/json
Sample:
{ "RoleId": 1, "ExchangedDateTime": "2025-09-15T11:22:14.6818936Z", "EstimatedCompletionDateTime": "2025-09-15T11:22:14.6818936Z", "TakeOffMarket": true, "Note": "sample string 3", "NegotiatorIds": [ 1, 2 ], "FinalAgreedPrice": 1.1 }
Response Information
Resource Description
ExchangedDataContractName | Description | Type | Additional information |
---|---|---|---|
Team | EventTeamDataContract |
None. |
|
Notes | Collection of EventNoteCommandDataContract |
None. |
|
Documents | Collection of DocumentDataContract |
None. |
|
Name | string |
None. |
|
Description | string |
None. |
|
DateTime | date |
None. |
|
EventCategory | EnumDataContract |
None. |
|
EventType | EnumDataContract |
None. |
|
EventStatus | EnumDataContract |
None. |
|
Negotiators | Collection of ListNegotiatorDataContract |
None. |
|
BranchId | integer |
None. |
|
OwningTeamId | integer |
None. |
|
TeamAccessType | string |
None. |
|
CustomFields | Collection of CustomFieldGroupWithValuesDataContract |
None. |
|
CreatedDate | date |
None. |
|
CreatedBy | CreatedByDataContract |
None. |
|
Id | integer |
None. |
Response Formats
application/json
Sample:
text/json
Sample: