Skip to main content
POST
Adjust committed stock

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

The ID of the work order.

Body

application/json
rfq_id
integer
required

The RFQ (sub-assembly) ID whose committed stock is being adjusted.

quantity
number
required

The committed stock quantity to set or adjust.

Required range: x >= 0.01
reason
string | null

An optional reason for the adjustment.

Maximum string length: 500

Response

Successful response

data
object