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
Dezrez.Core.DataContracts.External.Api.Events.Progression.Command.RecordOfferCommandDataContractName | 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": "2024-11-21T09:57:42.0102104Z", "NegotiatorIds": [ 1, 2 ], "Value": 3.1, "Notes": "sample string 4", "IsNoteOfInterest": true, "OnBehalfOf": "sample string 6" }