properties countries (http://api.3plcentral.com/rels/properties/countries)
Resource:
Collection: list of countries with states (regions)
C# Rel Const:
Rels.PropertySvc.Countries
URI template:
countries
Obtain URI from:
Success status: 200; Response is cacheable
none
Type Description
Countries IEnumerable<Property.Models.Country>
CountryCode string
Name string
AlternateNames IEnumerable<string>
Regions IEnumerable<Property.Models.Region>
RegionCode string
Name string
Sample accept: application/hal+json
{
  "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.