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