Skip to main content
POST
Create a work order shipment receipt

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_received
number
required

Quantity received. Must be at least 0.0001.

notes
string | null

Free-form receipt notes.

Response

Created

data
object