POST api/crmconnect/property/let
Get the accepted offer for a property as a RecordOfferCommandDataContract so that it can be added to the event timeline for rezi when creating a property 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.
LetCommandDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| RoleId |
The unique identifier of the related role resource. |
integer |
None. |
| LetDateTime |
The let date time, expressed as a date and time. |
date |
None. |
| LetEndDateTime |
The let end date time, expressed as a date and time. |
date |
None. |
| TakeOffMarket |
Indicates whether take off market is true. |
boolean |
None. |
| Note |
The note value. |
string |
None. |
| NegotiatorIds |
The unique identifiers of the related negotiator resources. |
Collection of integer |
None. |
| IssueNoticeDate |
The issue notice date, expressed as a date and time. |
date |
None. |
| CompleteTenantRoles |
Indicates whether complete tenant roles is true. |
boolean |
None. |
| NextInspectionDate |
The next inspection date, expressed as a date and time. |
date |
None. |
Response Formats
application/json, text/json
{
"RoleId": 1,
"LetDateTime": "2026-07-23T08:19:21.4844061Z",
"LetEndDateTime": "2026-07-23T08:19:21.4844061Z",
"TakeOffMarket": true,
"Note": "sample string 3",
"NegotiatorIds": [
1,
2
],
"IssueNoticeDate": "2026-07-23T08:19:21.4844061Z",
"CompleteTenantRoles": true,
"NextInspectionDate": "2026-07-23T08:19:21.4844061Z"
}