POST api/progression/lettings/withdrawInstruction

Withdraw a letting at the end of let

Request Information

URI Parameters

None.

Body Parameters

Dezrez.Core.DataContracts.External.Api.Events.Progression.Command.WithdrawLettingInstructionCommandDataContract
NameDescriptionTypeAdditional information
EndDate

date

None.

WithdrawnInstructionReasonType

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

None.

NegotiatorIds

Collection of integer

None.

RoleId

integer

None.

Notes

string

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 'WithdrawLettingInstructionCommandDataContract'.

application/json, text/json

Sample:
{
  "EndDate": "2024-03-29T08:41:53.7936442Z",
  "WithdrawnInstructionReasonType": {
    "Id": 1,
    "Name": "sample string 2",
    "SystemName": "sample string 3"
  },
  "NegotiatorIds": [
    1,
    2
  ],
  "RoleId": 1,
  "Notes": "sample string 2"
}

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.