修改称呼
POST
https://aa-hub.ddregion.com/api/v2/customer/updateContactCustomerName
请求参数
Query 参数
token
string
可选
Body 参数application/json
imBotId
string
托管账号对应成员id
imContactId
string
本系统内联系人id
customerName
string
昵称
示例
{
"imBotId": "string",
"imContactId": "string",
"customerName": "string"
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://aa-hub.ddregion.com/api/v2/customer/updateContactCustomerName?token=' \
--header 'Content-Type: application/json' \
--data-raw ''
返回响应
🟢200成功
application/json
Body
errcode
integer
错误码
errmsg
string
错误原因
示例
{
"errcode": 0,
"errmsg": ""
}
修改于 2024-09-06 12:33:01