POST api/ops/Postt_Productions
Request Information
URI Parameters
None.
Body Parameters
ProductionHdr| Name | Description | Type | Additional information |
|---|---|---|---|
| createby | string |
None. |
|
| notes | string |
None. |
|
| binid | integer |
None. |
|
| routeid | integer |
None. |
|
| vendorid | integer |
None. |
|
| productionEntries | Collection of ProductionEntry |
None. |
Request Formats
application/json, text/json
Sample:
{
"createby": "sample string 1",
"notes": "sample string 2",
"binid": 3,
"routeid": 4,
"vendorid": 5,
"productionEntries": [
{
"$id": "2",
"itemid": 1,
"item": "sample string 1",
"category": "sample string 2",
"subcategory": "sample string 3",
"uom": "sample string 4",
"production_qty": 1.0,
"wastage_qty": 1.0,
"notes": "sample string 5"
},
{
"$ref": "2"
}
]
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.