Update production run

PUT/api/v1/inventory/production/runs/{run_id}

Update run parameters and recalculate costs.

Operation ID: update_run_api_v1_inventory_production_runs__run_id__put·View as markdown·OpenAPI slice

Authentication

Bearer token authentication. Pass your DayZero API token in the Authorization header and the target business UUID in x-business-id.

Parameters

Path

run_idstringrequired

Request body

namestring
total_unitsinteger
unit_sale_priceinteger

Responses

200Successful Response

successboolean
messagestring
codestring
dataRunResponse

400Bad Request - Invalid input

404Not Found - Resource does not exist

422Validation Error - Invalid data format