POST Api/Order/ItemApproveRejectByDeptHOD
Request Information
URI Parameters
None.
Body Parameters
ItemApprovalRejectByHOD| Name | Description | Type | Additional information |
|---|---|---|---|
| HODApproveStatus | integer |
None. |
|
| Remark | string |
None. |
|
| ProcessQty | string |
None. |
|
| UpdatedBy | string |
None. |
|
| UserRemark | string |
None. |
|
| StoreID | string |
None. |
|
| OrderDescID | string |
None. |
|
| AddedBy | string |
None. |
|
| ProductTDOD | string |
None. |
|
| TDODRemark | string |
None. |
|
| SendFeedbackRequestRemark | string |
None. |
|
| OrderID | string |
None. |
|
| ProductID | string |
None. |
|
| Qty | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"HODApproveStatus": 1,
"Remark": "sample string 2",
"ProcessQty": "sample string 3",
"UpdatedBy": "sample string 4",
"UserRemark": "sample string 5",
"StoreID": "sample string 6",
"OrderDescID": "sample string 7",
"AddedBy": "sample string 8",
"ProductTDOD": "sample string 9",
"TDODRemark": "sample string 10",
"SendFeedbackRequestRemark": "sample string 11",
"OrderID": "sample string 12",
"ProductID": "sample string 13",
"Qty": "sample string 14"
}
application/xml, text/xml
Sample:
<ItemApprovalRejectByHOD xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KaramBazaarAPI.Models"> <OrderID>sample string 12</OrderID> <ProductID>sample string 13</ProductID> <Qty>sample string 14</Qty> <AddedBy>sample string 8</AddedBy> <OrderDescID>sample string 7</OrderDescID> <ProductTDOD>sample string 9</ProductTDOD> <SendFeedbackRequestRemark>sample string 11</SendFeedbackRequestRemark> <StoreID>sample string 6</StoreID> <TDODRemark>sample string 10</TDODRemark> <ProcessQty>sample string 3</ProcessQty> <UpdatedBy>sample string 4</UpdatedBy> <UserRemark>sample string 5</UserRemark> <HODApproveStatus>1</HODApproveStatus> <Remark>sample string 2</Remark> </ItemApprovalRejectByHOD>
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. |