English
Stage Change
About 132 wordsLess than 1 minute
2026-01-19
Description
Stage Change
Request Specification
Request Method: POST + application/json
Request Path: https://${cloud domain}/cgi/crm/v2/service/moveNextSaleActionStage?thirdTraceId=${random string}
Request Headers: Refer to Common Parameters
Request Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| data | Map | Yes | Data map |
| opportunityId | String | Yes | Opportunity ID |
| currentSaleActionStageId | String | Yes | Current stage ID |
| backReason__o | String | No | Next stage ID |
Request Example
{
"data": {
"opportunityId": "cfc2756xxxxxxxxxxxxxxxxxxe017f02",
"backReason__o": "cfc275xxxxxxxxxxxxxxxxxxxfe017f02",
"currentSaleActionStageId": "cfc275xxxxxxxxxxxxxxxxxxxfe017f02"
},
}Response Parameters
| Parameter | Type | Description |
|---|---|---|
| traceId | string | Request unique ID |
| errorDescription | string | Error description |
| errorMessage | string | Error message |
| errorCode | Int | View error codes |
Response Example
{
"traceId": "E-O.827xxxxxx",
"errorDescription": "success",
"errorMessage": "OK",
"errorCode": 0
}Notes
- Do not use the message field in the response for logical judgment, as errorMessage may change.
