POST api/crmconnect/property/getacceptedlettingsoffer
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.
RecordLettingOfferCommandDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| PreferredMoveInDate |
The preferred move in date, expressed as a date and time. |
date |
None. |
| PreferredEndDate |
The preferred end date, expressed as a date and time. |
date |
None. |
| PreferredTerm |
The preferred term value. |
EnumDataContract |
None. |
| DepositAmount |
The deposit amount value. |
decimal number |
None. |
| DepositScheme |
The deposit scheme value. |
EnumDataContract |
None. |
| PriceType |
The price type value. |
EnumDataContract |
None. |
| CreatedFromPM |
Indicates whether created from pm is true. |
boolean |
None. |
| MarketingRoleId |
The unique identifier of the related marketing role resource. |
integer |
None. |
| GroupId |
The unique identifier of the related group resource. |
integer |
None. |
| DateTime |
The date time, expressed as a date and time. |
date |
None. |
| NegotiatorIds |
The unique identifiers of the related negotiator resources. |
Collection of integer |
None. |
| Value |
The value represented by this field. |
decimal number |
None. |
| Notes |
The notes value. |
string |
None. |
| IsNoteOfInterest |
Indicates whether this item is note of interest. |
boolean |
None. |
| OnBehalfOf |
The on behalf of value. |
string |
None. |
Response Formats
application/json, text/json
{
"PreferredMoveInDate": "2026-07-23T08:22:01.316595Z",
"PreferredEndDate": "2026-07-23T08:22:01.316595Z",
"PreferredTerm": {
"Id": 1,
"Name": "sample string 2",
"SystemName": "sample string 3"
},
"DepositAmount": 2.1,
"DepositScheme": {
"Id": 1,
"Name": "sample string 2",
"SystemName": "sample string 3"
},
"PriceType": {
"Id": 1,
"Name": "sample string 2",
"SystemName": "sample string 3"
},
"CreatedFromPM": true,
"MarketingRoleId": 4,
"GroupId": 5,
"DateTime": "2026-07-23T08:22:01.316595Z",
"NegotiatorIds": [
1,
2
],
"Value": 6.1,
"Notes": "sample string 7",
"IsNoteOfInterest": true,
"OnBehalfOf": "sample string 9"
}