Resource:Collection: list of countries with states (regions)C# Rel Const:Rels.PropertySvc.CountriesURI template:countriesObtain URI from:
Success status: 200; Response is cacheable
Type | Description | |
---|---|---|
Countries | IEnumerable<Property.Models.Country> | |
CountryCode | string | |
Name | string | |
AlternateNames | IEnumerable<string> | |
Regions | IEnumerable<Property.Models.Region> | |
RegionCode | string | |
Name | string |
{ "countries": [ { "countryCode": "str", "name": "str", "alternateNames": [ "str" ], "regions": [ { "regionCode": "str", "name": "str" } ] } ] }
This documentation is subject to change, and is updated often and without warning. The models documented may or may not be available to users now or in the future. Use this documentation at your own risk.
Contact api@3plcentral.com with any questions about this documentation.