POST api/crmconnect/property/withdrawninstruction
Get a withdrawn instruction as a WithdrawInstructionDataContract so that the status of the property can be updated when creating a property in rezi Processes this crm connect API request. The parameter and response sections describe the data exchanged with the API.
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
The response returned after the operation completes.
WithdrawInstructionDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| WithdrawnInstructionReasonType |
The withdrawn instruction reason type value. |
EnumDataContract |
None. |
| NegotiatorIds |
The unique identifiers of the related negotiator resources. |
Collection of integer |
None. |
| RoleId |
The unique identifier of the related role resource. |
integer |
None. |
| Notes |
The notes value. |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"WithdrawnInstructionReasonType": {
"Id": 1,
"Name": "sample string 2",
"SystemName": "sample string 3"
},
"NegotiatorIds": [
1,
2
],
"RoleId": 1,
"Notes": "sample string 2"
}