Move a deal
POST
/crm/deals/{id}/moveMove a deal within the funnel
Request
Path Params
id
string
required
Body Params application/json
statusId
string | null
optional
previousDealId
string | null
optional
If null, the deal will be placed at the top
Example
{
"statusId": "string",
"previousDealId": "string"
}
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
success
boolean
optional
Example
Not configured
Last modified: a year ago