POST api/crmconnect/property/lettingsfallthrough
Get a Fall through for a lettings instruction as a FallenThroughCommandDataContract 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 not available.
application/json, text/json
{}
Response Information
Resource Description
The response returned after the operation completes.
FallenThroughCommandDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| RoleId |
The unique identifier of the related role resource. |
integer |
None. |
| FallenThroughDateTime |
The fallen through date time, expressed as a date and time. |
date |
None. |
| PutOnMarket |
Indicates whether put on market is true. |
boolean |
None. |
| Reason |
The reason value. |
string |
None. |
| NegotiatorIds |
The unique identifiers of the related negotiator resources. |
Collection of integer |
None. |
Response Formats
application/json, text/json
{
"RoleId": 1,
"FallenThroughDateTime": "2026-07-23T08:23:09.6807594Z",
"PutOnMarket": true,
"Reason": "sample string 2",
"NegotiatorIds": [
1,
2
]
}