POST api/v1/ListUpdateProduction
Request Information
URI Parameters
None.
Body Parameters
ProdFindInput| Name | Description | Type | Additional information |
|---|---|---|---|
| Mode | string |
None. |
|
| Barcode | integer |
None. |
|
| FactoryID | integer |
None. |
|
| AdjQty | decimal number |
None. |
|
| StockDate | date |
None. |
|
| ProdTransID | integer |
None. |
|
| OrdType | string |
None. |
|
| json | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Mode": "sample string 1",
"Barcode": 2,
"FactoryID": 3,
"AdjQty": 4.0,
"StockDate": "2025-12-06T09:30:01.3930689+05:30",
"ProdTransID": 5,
"OrdType": "sample string 6",
"json": "sample string 7"
}
application/xml, text/xml
Sample:
<ProdFindInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models"> <AdjQty>4</AdjQty> <Barcode>2</Barcode> <FactoryID>3</FactoryID> <Mode>sample string 1</Mode> <OrdType>sample string 6</OrdType> <ProdTransID>5</ProdTransID> <StockDate>2025-12-06T09:30:01.3930689+05:30</StockDate> <json>sample string 7</json> </ProdFindInput>
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. |