{"body":{
"conditions": {
"name": {
"conditionType": "KEYWORD",
"value": "华为技术有限公司"
}
},
"sorts": [
{
"sortOrder": "ASC",
"sortFieldKey": "createTime"
}
],
"fieldKeys": [
],
"paging": {
"start": 0,
"length": 1
}
}}
curl --location --request POST '/api/open/v3/customers/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": [
{
"id": 0,
"code": "",
"name": "",
"procurementTaxRate": 0.0,
"staffCodes": [
""
],
"contacts": "",
"countryCode": "",
"countryName": "",
"country": "",
"province": "",
"city": "",
"district": "",
"defaultPayCondition": "",
"zipcode": 0,
"categoryCode": "",
"address": "",
"mobilePhone": "",
"fax": "",
"email": "",
"phone": "",
"invoice": "",
"invoiceAddress": "",
"invoicePhone": "",
"bankName": "",
"bankAccount": "",
"bankAccountName": "",
"comment": "",
"currency": "",
"taxNum": "",
"trade": "",
"attachmentInfo": ""
}
],
"start": 0,
"length": 0,
"recordsTotal": 0
}
}