{"body":{
"conditions": {
"name": {
"conditionType": "KEYWORD",
"value": "信息通信技术客"
}
},
"sorts": [
{
"sortOrder": "ASC",
"sortFieldKey": "createTime"
}
],
"fieldKeys": [
],
"paging": {
"start": 0,
"length": 1
}
}}curl --location --request POST 'https://c2.xinheyun.com/api/open/v3/customer/categories/query' \
--header 'Cookie;' \
--header 'Content-Type: application/json' \
--data-raw '{"body":{
"conditions": {
"name": {
"conditionType": "KEYWORD",
"value": "信息通信技术客"
}
},
"sorts": [
{
"sortOrder": "ASC",
"sortFieldKey": "createTime"
}
],
"fieldKeys": [
],
"paging": {
"start": 0,
"length": 1
}
}}'{
"code": 0,
"message": "",
"data": {
"list": [
{
"code": "",
"name": ""
}
],
"start": 0,
"length": 0,
"recordsTotal": 0
}
}