Skip to main content

Create Bill of Resource

POST 

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

Create a bill-of-resource link. Returns 201 with product and workCenter loaded. Auth: requires Bearer token. FormRequest: StoreBillOfResourceRequest. Fields: product_id (required, exists:products), work_center_id (required, exists:work_centers), hours_per_unit (required, 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

Created

Response Headers
    Content-Type