API ReferenceTool Requests
Fulfill
Fulfill tool requests.
Authorization
bearerAuth Authorization<token>
In: header
Path Parameters
id*string
The ID.
Response Body
application/json
Try it live
curl -X PATCH "https://example.com/raw-materials/tool-requests/string/fulfill"{ "updatedAt": "2019-08-24T14:15:22Z", "createdAt": "2019-08-24T14:15:22Z", "fulfilled": true, "tools": [ { "amount": 0.1, "name": "string" } ], "packageNumber": "string", "workNumber": "string", "employeeNumber": "string", "operatorId": 0, "machineId": 0, "shiftId": 0, "id": "string"}