POST api/crmconnect/property/getacceptedoffer
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
RecordOfferCommandDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| MarketingRoleId | integer |
None. |
|
| GroupId | integer |
None. |
|
| DateTime | date |
None. |
|
| NegotiatorIds | Collection of integer |
None. |
|
| Value | decimal number |
None. |
|
| Notes | string |
None. |
|
| IsNoteOfInterest | boolean |
None. |
|
| OnBehalfOf | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"MarketingRoleId": 1,
"GroupId": 2,
"DateTime": "2025-11-17T09:07:25.6902544Z",
"NegotiatorIds": [
1,
2
],
"Value": 3.1,
"Notes": "sample string 4",
"IsNoteOfInterest": true,
"OnBehalfOf": "sample string 6"
}