master countries (http://api.3plcentral.com/rels/master/countries)
Resource:
the list of countries with their states, to be referenced by country code in threepl records
C# Rel Const:
Rels.MasterSvc.Countries
URI template:
countries
Obtain URI from:
Get countries with their states
Success status: 200
none
Type Description
Countries IEnumerable<Master.Models.Country>
CountryCode string
Name string
States IEnumerable<Master.Models.State>
StateCode string
Name string
Sample accept: application/hal+json
{
  "countries": [
    {
      "countryCode": "str",
      "name": "str",
      "states": [
        {
          "stateCode": "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.