{
"body": {
"conditions": {
"code": {
"conditionType": "NONE",
"filter": [
"string"
],
"value": "string",
"timeRange": {
"start": "string",
"end": "string"
}
},
"enterpriseCode": {
"conditionType": "NONE",
"filter": [
"string"
],
"value": "string",
"timeRange": {
"start": "string",
"end": "string"
}
},
"id": {
"conditionType": "NONE",
"filter": [
"string"
],
"value": "string",
"timeRange": {
"start": "string",
"end": "string"
}
},
"enterpriseId": {
"conditionType": "NONE",
"filter": [
"string"
],
"value": "string",
"timeRange": {
"start": "string",
"end": "string"
}
}
},
"paging": {
"start": 0,
"length": 1
}
}
}
curl --location --request POST 'https://newsit.frp.newcoretech.com/api/open/v4/enterprise/address/query' \
--header 'Cookie;' \
--header 'Content-Type: application/json' \
--data-raw '{
"body": {
"conditions": {
"code": {
"conditionType": "NONE",
"filter": [
"string"
],
"value": "string",
"timeRange": {
"start": "string",
"end": "string"
}
},
"enterpriseCode": {
"conditionType": "NONE",
"filter": [
"string"
],
"value": "string",
"timeRange": {
"start": "string",
"end": "string"
}
},
"id": {
"conditionType": "NONE",
"filter": [
"string"
],
"value": "string",
"timeRange": {
"start": "string",
"end": "string"
}
},
"enterpriseId": {
"conditionType": "NONE",
"filter": [
"string"
],
"value": "string",
"timeRange": {
"start": "string",
"end": "string"
}
}
},
"paging": {
"start": 0,
"length": 1
}
}
}'
{
"code": 0,
"message": "",
"data": {
"list": [
{
"id": 0,
"code": "",
"countryCode": "",
"provinceCode": 0,
"cityCode": 0,
"districtCode": 0,
"province": "",
"city": "",
"district": "",
"detail": "",
"contacts": "",
"mobile": "",
"phone": "",
"fax": ""
}
],
"start": 0,
"length": 0,
"recordsTotal": 0
}
}