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