English
Claim Leads from the Lead Pool (Public Domain)
About 141 wordsLess than 1 minute
2026-01-19
Description
Claim leads from the lead pool.
Request Specification
HTTP Method: POST + application/json
Request Path: https://${Cloud Domain}/cgi/crm/v2/data/choose?thirdTraceId=${Random String}
Request Headers: Refer to Common Parameters
Request Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| data | Map | Yes | Data map |
| apiName | String | Yes | Object's api_name, only supports AccountObj and LeadsObj |
| objectIds | List[String] | Yes | List of object data IDs |
Request Example
{
"data": {
"apiName": "AccountObj",
"objectIds": [
"603dabc14ae65400011aec90"
]
},
}Response Parameters
| Parameter | Type | Description |
|---|---|---|
| traceId | string | Unique request ID |
| errorDescription | string | Error description |
| errorMessage | string | Error message |
| errorCode | Int | Error Codes Reference |
Response Example
{
"traceId": "E-O.827xxxxxx",
"errorDescription": "success",
"errorMessage": "OK",
"errorCode": 0
}Notes
- Do not use the message field in the response for logical judgments, as errorMessage may change.
