Skip to main content

Update Bill of Resource

PUT 

/api/manufacturing/mrp/bill-of-resources/:billOfResource

Update a bill-of-resource row (partial). Returns 200 with product and workCenter loaded. Auth: requires Bearer token. Path param: billOfResource = row id. FormRequest: UpdateBillOfResourceRequest. Fields: product_id (sometimes, exists:products), work_center_id (sometimes, exists:work_centers), hours_per_unit (sometimes, numeric, min:0), is_key_resource (sometimes, boolean).

Required scope: manufacturing:write

Grant this scope to your token under Settings → Developer → Personal Access Tokens.

Request

Responses

OK

Response Headers
    Content-Type