PUT api/progression/withdrawinstruction

Add withdrawalvaluation to a property sales role

Request Information

URI Parameters

None.

Body Parameters

Details of the progression withdrawal

WithdrawInstructionDataContract
NameDescriptionTypeAdditional information
WithdrawnInstructionReasonType

EnumDataContract

None.

NegotiatorIds

Collection of integer

None.

RoleId

integer

None.

Notes

string

None.

Request Formats

application/x-www-form-urlencoded

Sample:

Sample not available.

application/json, text/json

Sample:
{
  "WithdrawnInstructionReasonType": {
    "Id": 1,
    "Name": "sample string 2",
    "SystemName": "sample string 3"
  },
  "NegotiatorIds": [
    1,
    2
  ],
  "RoleId": 1,
  "Notes": "sample string 2"
}

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.