PUT api/OrderCancellation/BulkOrderCancellationConfirm/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

BulkSalesCancellationModels
NameDescriptionTypeAdditional information
BS_CancellationNote

string

Required

MyProperty

integer

None.

UserId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "BS_CancellationNote": "sample string 1",
  "MyProperty": 2,
  "UserId": 3
}

application/xml, text/xml

Sample:
<BulkSalesCancellationModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/eDairyWebAPI.Models">
  <BS_CancellationNote>sample string 1</BS_CancellationNote>
  <MyProperty>2</MyProperty>
  <UserId>3</UserId>
</BulkSalesCancellationModels>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.