Update Manufacturing Order¶
Required privilege: Manufacturing / Edit
Content-Type: application/json
CSRF header required: X-XSRF-TOKEN
Same schema as Create Manufacturing Order. Include all lines to retain (with their id). Set Manufacturing Order Id to the path id.
Path Parameters¶
| Parameter | Type | Required | Description |
|---|---|---|---|
id |
integer | Yes | Internal MO identifier |
Errors¶
| Status | Code | Description |
|---|---|---|
| 400 | ManufacturingOrderList.NotFound |
No MO with this ID |
| 403 | User.NotPrivileged |
Insufficient privilege |