Update a deal

PATCH/deals/{id}

Requires scope: write:deals

Parameters

ParameterInTypeDescription
idrequiredpathstring

Request body

FieldTypeAllowed valuesDescription
namestringany string
valuenumberany number
stagestringcontactedrepliedcall_bookedproposalwonlost
next_stepstringany string
next_step_duestringany string
owner_user_idstringany string
lost_reasonstringany string
lost_reason_otherstringany string
archivedbooleanany boolean

Responses

StatusDescription
200Updated
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?