English
Modify Stage Approver Stage via Stage Approver Instance
About 137 wordsLess than 1 minute
2026-01-19
Description
Modify stage approver stage through stage approver instance.
Request Specification
Method: POST + application/json
Endpoint: https://${Cloud Domain}/cgi/crm/v2/special/stageMoveTo?thirdTraceId=${Random String}Headers: Refer to Common Parameters
Request Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| data | Map | Yes | |
| workflowInstanceId | String | Yes | Workflow instance ID (obtained via querying workflow instance information on object data) |
| stageId | String | Yes | Stage status |
Request Example
{
"data": {
"workflowInstanceId": "5cf62cc3b631b2000107a404",
"stageId": "3"
}
}Response Parameters
| Parameter | Type | Description |
|---|---|---|
| traceId | string | Unique request ID |
| errorDescription | string | Error description |
| errorMessage | string | Error message |
| errorCode | Int | Error codes |
Response Example
{
"traceId": "E-O.827xxxxxx",
"errorDescription": "success",
"errorMessage": "OK",
"errorCode": 0
}Notes
- Do not use the
messagefield in the response for logical judgments, aserrorMessagemay change.
