错误码 | 说明 |
---|---|
20607 | external_user_ids不能为空 |
20608 | external_user_ids列表长度超过限制(50) |
20609 | 未查询到任何客户阶段状态,请检查external_user_id是否合法或客户是否存在客户阶段 |
调用此接口需购买基础席位。 |
{
"external_user_ids": [
"string"
]
}
curl --location --request POST 'https://open.weibanzhushou.com/open-api/external_user/stage/get?access_token=' \
--header 'Content-Type: application/json' \
--data-raw '{
"external_user_ids": [
"string"
]
}'
{
"errcode": 0,
"errmsg": "ok",
"stage_list": [
{
"external_user_id": "wm8xjUCAAA2qxxxxxsjZbK-Qw",
"staff_id": "Chengxxxx",
"stage_id": 310,
"stage_name": "付款客户1"
},
{
"external_user_id": "wm8xjUCAAA2qxxxxxxsjZbK-Qw",
"staff_id": "Chengxxxx",
"stage_id": 1956,
"stage_name": "新客户"
}
],
"total": 2
}