Skip to main content
POST
Create a draft assembly order from a work order BOM item

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

Body

application/json
rfq_id
integer
required

The RFQ associated with the BOM item.

quantity
number
required

The quantity for the assembly order.

Required range: x >= 0.01
step_id
integer | null

The work order step to associate the assembly order with.

Response

Created

data
object