Move a deal to a stage

POST/deals/{id}/stage

Requires scope: write:deals

Parameters

ParameterInTypeDescription
idrequiredpathstring

Request body

FieldTypeAllowed valuesDescription
stagerequiredstringcontactedrepliedcall_bookedproposalwonlost
valuenumberany number
lost_reasonstringany string
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?