curl --location --request PUT 'https://api.stateset.com/v1/manufacture_orders/:id' \ --header 'Content-Type: application/json' \ --header 'Authorization: Token <token>' \ --data-raw '{ "id": "1", "memo": "test", "number": "1", "priority": "1", "site": "1", "yield_location": "1", "created_on": "2021-01-01T00:00:00Z", "expected_completion_date": "2021-01-01" }'
{ "id": "1", "memo": "test", "number": "1", "priority": "1", "site": "1", "yield_location": "1", "created_on": "2021-01-01T00:00:00Z", "expected_completion_date": "2021-01-01" }
This endpoint updates an existing manufacture order.
Show Show child attributes