POST api/v1/ProdTranDispStockReport
Request Information
URI Parameters
None.
Body Parameters
ProdTranDispStocknput| Name | Description | Type | Additional information |
|---|---|---|---|
| ReportType | string |
None. |
|
| Mode | string |
None. |
|
| ProdGroup | integer |
None. |
|
| FactoryID | integer |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
|
| LocID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ReportType": "sample string 1",
"Mode": "sample string 2",
"ProdGroup": 3,
"FactoryID": 4,
"StartDate": "2025-12-06T09:30:43.143059+05:30",
"EndDate": "2025-12-06T09:30:43.143059+05:30",
"LocID": 7
}
application/xml, text/xml
Sample:
<ProdTranDispStocknput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models"> <EndDate>2025-12-06T09:30:43.143059+05:30</EndDate> <FactoryID>4</FactoryID> <LocID>7</LocID> <Mode>sample string 2</Mode> <ProdGroup>3</ProdGroup> <ReportType>sample string 1</ReportType> <StartDate>2025-12-06T09:30:43.143059+05:30</StartDate> </ProdTranDispStocknput>
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. |