POST Api/Order/BulkItemApproveRejectByDeptHOD
Request Information
URI Parameters
None.
Body Parameters
BulkItemApproveRejectByDeptHOD| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | string |
None. |
|
| HODApproveStatus | integer |
None. |
|
| Remark | string |
None. |
|
| ProductID | globally unique identifier |
None. |
|
| OrderDescID | globally unique identifier |
None. |
|
| UpdatedBy | globally unique identifier |
None. |
|
| OrderID | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"Data": "sample string 1",
"HODApproveStatus": 2,
"Remark": "sample string 3",
"ProductID": "250fa506-f153-455e-bec1-27f4785f803d",
"OrderDescID": "590e0a85-e5be-40b2-b863-b13585c09815",
"UpdatedBy": "8e33fde8-ca0a-44ba-bebf-27b203bc90b9",
"OrderID": "f7348559-d1d8-4c7c-8c8c-a66761b14696"
}
application/xml, text/xml
Sample:
<BulkItemApproveRejectByDeptHOD xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KaramBazaarAPI.Models"> <Data>sample string 1</Data> <HODApproveStatus>2</HODApproveStatus> <OrderDescID>590e0a85-e5be-40b2-b863-b13585c09815</OrderDescID> <OrderID>f7348559-d1d8-4c7c-8c8c-a66761b14696</OrderID> <ProductID>250fa506-f153-455e-bec1-27f4785f803d</ProductID> <Remark>sample string 3</Remark> <UpdatedBy>8e33fde8-ca0a-44ba-bebf-27b203bc90b9</UpdatedBy> </BulkItemApproveRejectByDeptHOD>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |