POST api/crmconnect/property/getacceptedlettingsoffer

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.RecordLettingOfferCommandDataContract
NameDescriptionTypeAdditional information
PreferredMoveInDate

date

None.

PreferredEndDate

date

None.

PreferredTerm

Dezrez.Core.DataContracts.External.Api.System.EnumDataContract

None.

DepositAmount

decimal number

None.

DepositScheme

Dezrez.Core.DataContracts.External.Api.System.EnumDataContract

None.

PriceType

Dezrez.Core.DataContracts.External.Api.System.EnumDataContract

None.

CreatedFromPM

boolean

None.

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:
{
  "PreferredMoveInDate": "2024-04-25T22:57:31.1016981Z",
  "PreferredEndDate": "2024-04-25T22:57:31.1016981Z",
  "PreferredTerm": {
    "Id": 1,
    "Name": "sample string 2",
    "SystemName": "sample string 3"
  },
  "DepositAmount": 2.1,
  "DepositScheme": {
    "Id": 1,
    "Name": "sample string 2",
    "SystemName": "sample string 3"
  },
  "PriceType": {
    "Id": 1,
    "Name": "sample string 2",
    "SystemName": "sample string 3"
  },
  "CreatedFromPM": true,
  "MarketingRoleId": 4,
  "GroupId": 5,
  "DateTime": "2024-04-25T22:57:31.1016981Z",
  "NegotiatorIds": [
    1,
    2
  ],
  "Value": 6.1,
  "Notes": "sample string 7",
  "IsNoteOfInterest": true,
  "OnBehalfOf": "sample string 9"
}