POST api/crmconnect/property/withdrawnvaluation

Get the withdrawn valuation as a WithdrawValuationDataContract from the old crm, so that it can be created with a property in rezi

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

WithdrawValuationDataContract
NameDescriptionTypeAdditional information
WithdrawnValuationReasonType

EnumDataContract

None.

NegotiatorIds

Collection of integer

None.

RoleId

integer

None.

OfferedFee

decimal number

None.

InstructedAgent

string

None.

WithdrawalContractLengthType

EnumDataContract

None.

ReminderDate

date

None.

Response Formats

application/json, text/json

Sample:
{
  "WithdrawnValuationReasonType": {
    "Id": 1,
    "Name": "sample string 2",
    "SystemName": "sample string 3"
  },
  "NegotiatorIds": [
    1,
    2
  ],
  "RoleId": 1,
  "OfferedFee": 1.0,
  "InstructedAgent": "sample string 2",
  "WithdrawalContractLengthType": {
    "Id": 1,
    "Name": "sample string 2",
    "SystemName": "sample string 3"
  },
  "ReminderDate": "2025-09-15T11:26:38.354144Z"
}