Move a deal to a stage

POST/deals/{id}/stage

Requires scope: write:deals

Parameters

ParameterInTypeDescription
idrequiredpathstring
Idempotency-KeyrequiredheaderstringStable logical request ID required for every machine mutation; exact retries replay and changed inputs conflict.

Request body

FieldTypeAllowed valuesDescription
stagerequiredstringdiscoveryqualifyingproposalnegotiationwonlost
valuenumberany number
lost_reasonstringno_responsetimingbudgetchose_another_agencyproject_cancellednot_a_fitother
lost_reason_otherstringany string

Responses

StatusDescription
200Moved
401Missing or invalid API key
403Key lacks the required scope
404Deal not found
409Concurrent edit conflict
429Rate limit exceeded (see Retry-After)
Is this page helpful?