POST api/needs/start_production_plus/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
ProductionOrderUpdate| Name | Description | Type | Additional information |
|---|---|---|---|
| qty_kg | decimal number |
None. |
|
| qty_bags | integer |
None. |
|
| line | integer |
None. |
|
| date | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"qty_kg": 1.0,
"qty_bags": 2,
"line": 3,
"date": 1
}
Response Information
Resource Description
None.