修改备注
POST
https://aa-hub.ddregion.com/api/v2/customer/updateContactRemark
请求参数
Query 参数
token
string
可选
Body 参数application/json
imBotId
string
必需
imContactId
string
必需
remark
string
必需
示例
{
"imBotId": "string",
"imContactId": "string",
"remark": "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/updateContactRemark?token=' \
--header 'Content-Type: application/json' \
--data-raw '{
"imBotId": "string",
"imContactId": "string",
"remark": "string"
}'
返回响应
🟢200成功
application/json
Body
object {0}
示例
{}