PUT api/progression/withdrawvaluation

Add WithdrawVal to a property sales role

Request Information

URI Parameters

None.

Body Parameters

Details of the progression withdrawal

Dezrez.Core.DataContracts.External.Api.Events.Progression.Command.WithdrawValuationDataContract
NameDescriptionTypeAdditional information
WithdrawnValuationReasonType

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

None.

NegotiatorIds

Collection of integer

None.

RoleId

integer

None.

OfferedFee

decimal number

None.

InstructedAgent

string

None.

WithdrawalContractLengthType

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

None.

ReminderDate

date

None.

Request Formats

application/x-www-form-urlencoded

Sample:

Sample not available.

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": "2024-03-28T09:34:43.7836413Z"
}

Response Information

Resource Description

System.Net.Http.HttpResponseMessage
NameDescriptionTypeAdditional information
Version

System.Version

None.

Content

System.Net.Http.HttpContent

None.

StatusCode

System.Net.HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

System.Net.Http.HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.