PULSAR
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
PATCH
/raw-materials/tool-requests/{id}/fulfill

This endpoint requires authentication — use the Login page at the top of the API Reference, or paste a token in the Authorization section below.

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"}