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
Dezrez.Core.DataContracts.External.Api.Events.Progression.Command.LetCommandDataContractName | 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": "2024-11-21T09:45:39.7011853Z", "LetEndDateTime": "2024-11-21T09:45:39.7011853Z", "TakeOffMarket": true, "Note": "sample string 2", "NegotiatorIds": [ 1, 2 ], "IssueNoticeDate": "2024-11-21T09:45:39.7011853Z", "CompleteTenantRoles": true, "NextInspectionDate": "2024-11-21T09:45:39.7011853Z" }