POST https://qw-openapi-tx.dustess.com/saleChance/v1/joint/del?accessToken=
Content-Type: application/json| 参数名 | 类型 | 说明 | 是否必须 |
|---|---|---|---|
| chanceID | String | 销售机会id | 是 |
| uid | String | 尘锋员工uid | 是 |
| roleID | String | 协同角色id | 是 |
json - Request-Example:{
"chanceID": "30d89de1-9a28-11ee-9230-b24715f1789b",
"uid": "6006",
"roleID": "5"
}| 参数名 | 类型 | 说明 |
|---|---|---|
| success | Bool | 请求成功失败标识 |
| code | Int | 响应码 |
| msg | String | 响应信息 |
| data | Object | 数据信息 |
| trace_id | String | 上下文链路id |
json - Response-Example:{
"code": 0,
"data": {},
"msg": "OK",
"success": true,
"traceId": "303cc066-4c11-97a6-b1b1-af9d6f47c58e"
}json - Response-Example:{
"success": false,
"code": -1,
"msg": "系统异常",
"data": {},
"traceId": "cd6e9e27-db37-953a-8784-265689f7dc0f"
}