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

Object

None.

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.RecordOfferCommandDataContract
NameDescriptionTypeAdditional 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-04-25T23:18:16.9266119Z",
  "NegotiatorIds": [
    1,
    2
  ],
  "Value": 3.1,
  "Notes": "sample string 4",
  "IsNoteOfInterest": true,
  "OnBehalfOf": "sample string 6"
}