https://www.bangwo8.comAuthorization: Bearer {access_token})requestId、status、message、data 字段status="0" 表示成功,其他值表示失败username:passwordAuthorization: Basic *****************{
"content": "业务标题",
"custom_fields": [
{
"key": "field_2",
"value": "选项2"
},
{
"key": "field_8",
"value": [
"上海市",
"奉贤区",
"3"
]
}
]
}curl --location --request PUT 'https://www.bangwo8.com/api/v1/bizrecords/update.json?module=im&chatId=' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data-raw '{
"content": "业务标题",
"custom_fields": [
{
"key": "field_2",
"value": "选项2"
},
{
"key": "field_8",
"value": [
"上海市",
"奉贤区",
"3"
]
}
]
}'{}