PUT api/OrderCancellationByFM/PurchaseOrderCancellationCinfirm/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
PurchaseOrderCancellationModelsName | Description | Type | Additional information |
---|---|---|---|
POR_Id | integer |
None. |
|
POR_Cancelled | character |
None. |
|
POR_Cancellation | string |
None. |
|
UserId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "POR_Id": 1, "POR_Cancelled": "A", "POR_Cancellation": "sample string 3", "UserId": 4 }
application/xml, text/xml
Sample:
<PurchaseOrderCancellationModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/eDairyWebAPI.Models"> <POR_Cancellation>sample string 3</POR_Cancellation> <POR_Cancelled>65</POR_Cancelled> <POR_Id>1</POR_Id> <UserId>4</UserId> </PurchaseOrderCancellationModels>
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.