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
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
FallenThroughCommandDataContract| Name | Description | Type | Additional information | 
|---|---|---|---|
| RoleId | integer | 
                             None.  | 
                |
| FallenThroughDateTime | date | 
                             None.  | 
                |
| PutOnMarket | boolean | 
                             None.  | 
                |
| Reason | string | 
                             None.  | 
                |
| NegotiatorIds | Collection of integer | 
                             None.  | 
                
Response Formats
application/json, text/json
            Sample:
{
  "RoleId": 1,
  "FallenThroughDateTime": "2025-11-04T01:28:04.4463072Z",
  "PutOnMarket": true,
  "Reason": "sample string 2",
  "NegotiatorIds": [
    1,
    2
  ]
}