PUT api/OrdersApproval/PurchaseOrderCancellationForChainManager/Purchaseorderid/{purchaseorderid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| purchaseorderid | integer |
Required |
Body Parameters
PurchaseOrderCancellationModels| Name | Description | Type | Additional information |
|---|---|---|---|
| POR_Id | integer |
None. |
|
| POR_Cancelled | character |
None. |
|
| POR_Cancellation | string |
None. |
|
| UserId | integer |
None. |
|
| POR_CancellationDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"POR_Id": 1,
"POR_Cancelled": "A",
"POR_Cancellation": "sample string 3",
"UserId": 4,
"POR_CancellationDate": "2025-11-02T19:52:20.5266935+05:30"
}
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_CancellationDate>2025-11-02T19:52:20.5266935+05:30</POR_CancellationDate> <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.