PUT api/OrderCancellation/BulkOrderCancellationConfirm/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
BulkSalesCancellationModelsName | Description | Type | Additional 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:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.