Dida API This API returns information about different destinations. If you set "IncludeSubCity = false", you will only receive a list of regions with the type "Destination". However, if you set "IncludeSubCity = true", you can receive a list of regions with the type "City", as well as the type "Destination". Generally, the scope of a city destination is encompassed within the larger scope of the destination type.
{
"IncludeSubCity": false,
"Header": {
"LicenseKey": "TestKey",
"ClientID": "DidaApiTestID"
},
"CountryCode": "CN"
}
<GetCityListRQ>
<Header>
<ClientID>DidaApiTestID</ClientID>
<LicenseKey>TestKey</LicenseKey>
</Header>
<CountryCode>CN</CountryCode>
<IncludeSubCity>false</IncludeSubCity>
</GetCityListRQ>