POST Api/Order/BulkHODApproveorReject
Request Information
URI Parameters
None.
Body Parameters
BulkHODApproveorReject| 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": "68af4ef7-f534-4ac1-9609-1be102b490c5",
"OrderDescID": "1fc68977-1672-4c0c-8f10-8aa3fc7b2ba9",
"UpdatedBy": "a33e9a9f-c3a7-4287-b333-8def590b8992",
"OrderID": "0b8f33e3-a632-465c-93cc-b810e371c560"
}
application/xml, text/xml
Sample:
<BulkHODApproveorReject 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>1fc68977-1672-4c0c-8f10-8aa3fc7b2ba9</OrderDescID> <OrderID>0b8f33e3-a632-465c-93cc-b810e371c560</OrderID> <ProductID>68af4ef7-f534-4ac1-9609-1be102b490c5</ProductID> <Remark>sample string 3</Remark> <UpdatedBy>a33e9a9f-c3a7-4287-b333-8def590b8992</UpdatedBy> </BulkHODApproveorReject>
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. |