Skip to main content

Update Demand Suggestion

PATCH 

/api/manufacturing/demand-suggestions/:demandSuggestion

Update the suggested quantity on a pending demand suggestion. Auth: requires Bearer token. Path param: demandSuggestion = demand suggestion id. Body: suggested_qty (required, numeric, greater than 0). Only pending suggestions can be edited - confirmed or dismissed suggestions return 422.

Required scope: manufacturing:write

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

Request

Responses

OK

Response Headers
    Content-Type