Skip to main content

Create Manual Run

POST 

/api/inventory-forecasting/schedule-runs/manual

Create and persist a manual (ad-hoc) forecast run record. Called when users run forecasts manually from the UI.

Authorization

Any valid API token can call this endpoint — no specific scope required. Manage tokens.

Authentication: Requires Bearer token.

configuration_snapshot: required — stores the forecast config used.

results_summary: required — stores aggregate results.

purchase_order_ids: optional — IDs of POs created from this run.

Returns 201.

Request

Responses

Created

Response Headers
    Content-Type