Resource:the list of countries with their states, to be referenced by country code in threepl recordsC# Rel Const:Rels.MasterSvc.CountriesURI template:countriesObtain URI from:
Get countries with their states
Success status: 200
Type | Description | |
---|---|---|
Countries | IEnumerable<Master.Models.Country> | |
CountryCode | string | |
Name | string | |
States | IEnumerable<Master.Models.State> | |
StateCode | string | |
Name | string |
{ "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.