{
"body": {
"conditions": {
"code": {
"conditionType": "KEYWORD",
"value": "123521"
}
},
"paging": {
"start": 0,
"length": 10
}
}
}
curl --location --request POST '/api/open/v3/enterprise/address/query' \
--header 'Cookie;' \
--header 'Content-Type: application/json' \
--data-raw '{
"body": {
"conditions": {
"code": {
"conditionType": "KEYWORD",
"value": "123521"
}
},
"paging": {
"start": 0,
"length": 10
}
}
}'
{
"code": 0,
"message": "",
"data": {
"list": [
{
"code": "",
"countryCode": "",
"provinceCode": 0,
"cityCode": 0,
"districtCode": 0,
"province": "",
"city": "",
"district": "",
"detail": "",
"contacts": "",
"mobile": "",
"phone": "",
"fax": ""
}
],
"start": 0,
"length": 0,
"recordsTotal": 0
}
}