云客服-对话标识绑定修改接口:报文样例

时间:2024-09-24 14:46:41

报文样例

  • 请求消息样例
    {
       "tenantId": "tenant001",
       "accessCode": "10086",
       "accessId": "100001" ,
       "domainId": 10001 ,
       "dialogType":1, 
       "flowCode": "flowxxxxxx" ,
       "description": "" ,
       "authToken": "0dbe11*******************b505de" 
    }
  • 响应消息样例

    修改成功:

    无响应体报文。

    修改失败场景:

    {
        "errorCode" : 100000, // int, 错误码,成功通过状态码为200判断
        "errorMsg" : ""
    }
support.huaweicloud.com/api-ccfs-cec/cec_07_2005.html