Authorization: ********************{
"customerId": 0,
"platformId": 0,
"externalUserId": "string",
"operateType": 0,
"dicProps": [
{
"dicId": 0,
"value": "string",
"itemValues": [
0
]
}
]
}curl --location '调用域名请咨询客服/api/openapi/customer/v1/updatecustomerdicprops' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json-patch+json' \
--data '{
"customerId": 0,
"platformId": 0,
"externalUserId": "string",
"operateType": 0,
"dicProps": [
{
"dicId": 0,
"value": "string",
"itemValues": [
0
]
}
]
}'{
"statusCode": 0,
"data": "string",
"succeeded": true,
"errors": null,
"extras": null,
"timestamp": 0
}