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 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

Object

None.

Request Formats

application/x-www-form-urlencoded

Sample:

Sample not available.

application/json, text/json

Sample:
{}

Response Information

Resource Description

The response returned after the operation completes.

RecordOfferCommandDataContract
NameDescriptionTypeAdditional information
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

Sample:
{
  "MarketingRoleId": 1,
  "GroupId": 2,
  "DateTime": "2026-08-04T23:21:09.9802335Z",
  "NegotiatorIds": [
    1,
    2
  ],
  "Value": 3.1,
  "Notes": "sample string 4",
  "IsNoteOfInterest": true,
  "OnBehalfOf": "sample string 6"
}