POST api/crmconnect/property/exchange
Get a exchange as a ExchangeCommandDataContract so that the status of the property can be updated when creating a property in rezi
Request Information
URI Parameters
None.
Body Parameters
A value usable to identify the item in the crm, this key is generated by the selected domain service
ObjectNone.
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{}
Response Information
Resource Description
Dezrez.Core.DataContracts.External.Api.Events.Progression.Command.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. |
Response Formats
application/json, text/json
Sample:
{ "RoleId": 1, "ExchangedDateTime": "2024-11-21T09:30:40.4237341Z", "EstimatedCompletionDateTime": "2024-11-21T09:30:40.4237341Z", "TakeOffMarket": true, "Note": "sample string 2", "NegotiatorIds": [ 1, 2 ], "FinalAgreedPrice": 1.1 }