POST api/v1/ProdDispatchListNew
Request Information
URI Parameters
None.
Body Parameters
POSDispatchListInput| Name | Description | Type | Additional information |
|---|---|---|---|
| Mode | string |
None. |
|
| DispatchDate | date |
None. |
|
| OutletID | integer |
None. |
|
| DispatchType | string |
None. |
|
| JsonStock | string |
None. |
|
| DispatchID | integer |
None. |
|
| FactoryID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Mode": "sample string 1",
"DispatchDate": "2025-12-06T09:56:17.5807711+05:30",
"OutletID": 3,
"DispatchType": "sample string 4",
"JsonStock": "sample string 5",
"DispatchID": 6,
"FactoryID": 7
}
application/xml, text/xml
Sample:
<POSDispatchListInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models"> <DispatchDate>2025-12-06T09:56:17.5807711+05:30</DispatchDate> <DispatchID>6</DispatchID> <DispatchType>sample string 4</DispatchType> <FactoryID>7</FactoryID> <JsonStock>sample string 5</JsonStock> <Mode>sample string 1</Mode> <OutletID>3</OutletID> </POSDispatchListInput>
application/x-www-form-urlencoded
Sample:
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. |