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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'Object'.

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-05-09T13:44:27.3447042Z",
  "NegotiatorIds": [
    1,
    2
  ],
  "Value": 3.1,
  "Notes": "sample string 4",
  "IsNoteOfInterest": true,
  "OnBehalfOf": "sample string 6"
}