Skip to main content
POST
Create a production entry

Authorizations

Authorization
string
header
required

Authenticate using a bearer token. To create a token, navigate to /settings/api-tokens and click Create API Token.

Path Parameters

workOrderId
integer
required

ID of the work order.

Body

application/json
quantity_produced
number
required

Quantity produced in this entry.

Required range: x >= 0
quantity_scrapped
number | null

Quantity scrapped in this entry. Defaults to 0.

Required range: x >= 0
notes
string | null

Optional notes for this entry.

Response

Created

data
object