Move a deal to a stage
POST
/deals/{id}/stageRequires scope: write:deals
Parameters
| Parameter | In | Type | Description |
|---|---|---|---|
idrequired | path | string |
Request body
| Field | Type | Allowed values | Description |
|---|---|---|---|
stagerequired | string | contactedrepliedcall_bookedproposalwonlost | |
value | number | any number | |
lost_reason | string | any string | |
lost_reason_other | string | any string |
Responses
| Status | Description |
|---|---|
200 | Moved |
401 | Missing or invalid API key |
403 | Key lacks the required scope |
404 | Deal not found |
409 | Concurrent edit conflict |
429 | Rate limit exceeded (see Retry-After) |
Is this page helpful?