获取赢单输单原因

最后更新:2023/06/25

企业可通过此接口获取赢单输单原因

请求方式: POST(HTTPS)

请求地址: https://open.wshoto.com/openapi/crm/work/opportunity/reason?access_token=x

Query参数:

参数 类型 必填 说明
access_token string 调用接口凭证

Body参数:

{
}

返回值:


{
  "code": 0,
  "msg": "请求成功",
  "data": [
    {
      "reason_type": 1,
      "reason_id": 12312312312,
      "reason_name": "fake_data"
    }
  ],
  "sub_code": "00000"
}

参数说明:

参数 类型 说明
code int 返回码
msg string 对返回码的文本描述内容
data obj 返回对象
  reason_type int 原因类型
  reason_id long 原因ID
  reason_name string 原因名字
sub_code string 业务异常码

results matching ""

    No results matching ""