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
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
LetCommandDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| RoleId | integer |
None. |
|
| LetDateTime | date |
None. |
|
| LetEndDateTime | date |
None. |
|
| TakeOffMarket | boolean |
None. |
|
| Note | string |
None. |
|
| NegotiatorIds | Collection of integer |
None. |
|
| IssueNoticeDate | date |
None. |
|
| CompleteTenantRoles | boolean |
None. |
|
| NextInspectionDate | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"RoleId": 1,
"LetDateTime": "2025-11-18T14:06:51.174123Z",
"LetEndDateTime": "2025-11-18T14:06:51.174123Z",
"TakeOffMarket": true,
"Note": "sample string 3",
"NegotiatorIds": [
1,
2
],
"IssueNoticeDate": "2025-11-18T14:06:51.174123Z",
"CompleteTenantRoles": true,
"NextInspectionDate": "2025-11-18T14:06:51.174123Z"
}