Skip to main content

Create Scenario

POST 

/api/manufacturing/mrp/scenarios

Create a scenario. created_by_user_id is set from the authenticated user; status defaults to draft (not settable here). Auth: requires Bearer token. FormRequest: UpsertMrpScenarioRequest. Fields: name (required, max:255), description (nullable), base_run_id (nullable, exists:mrp_runs), overrides (nullable, array/object).

Required scope: manufacturing:write

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

Request

Responses

Created

Response Headers
    Content-Type