Network API
Notice:city will be deprecated and add two array regions and cities.
Example request
"offer_geo": {
"type": 1,
"target": [
{
"country": "CN",
"type": 1
},
{
"country": "AL",
"type": 1
},
{
"country": "AM",
"type": 2
},
{
"country": "CN",
"region": {
"type":1,
"region_ids": ["633",635,641]
},
"cities": [{
"type": 1,
"region_id": "633",
"city_ids": ["97648",97649,97651]
},
{
"type": 2,
"region_id": "635",
"city_ids": ["97739"]
}]
}
]
},Example response
Last updated