云客服-单个创建座席业务账号(agentAccount/create):报文样例

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

报文样例

  • 场景描述:创建座席业务账号
    URL:见文档
    x-app-key: XXXXXXXXXXXXXXXXXXXXXXX 
    Content-Type: application/json 
    Authorization: Bearer XXXXXXXXXXXXXXXXXXXXXXX

    请求参数:

    {
        "userAccount":"test123456",
        "userName":"test111",
        "password":"Te****34",
        "email":"t**@****.com",
    
        "agentType":11,
        "ccRoleId":2,
        "skills":[{
    	"skillId":3,
    	"agentWeight":1,
          "skillWeight":1
    		},
    						 {
    	"skillId":2,
    	"agentWeight":1,
          "skillWeight":2
    		}]
    }

    响应参数:

    {
      "resultCode": "0",
      "resultMessage": "create agent account success",
      "workNo": 108
    }
support.huaweicloud.com/api-ccfs-cec/cec_07_1001.html