Porta Plus 2 Web Services

<back to all web services

Country

The following routes are available for this service:
GET/getallcountries/{License}/
GET/getCountryByISO31661A2/{License}/{ISO31661A2}
GET/getCountryByName/{License}/{Name}
GET/getCountrySubdivisionByName/{License}/{CountrySubdivisionName}
GET/getCountrySubdivisionByISO31661A2/{License}/{ISO3166_1_A2}

To override the Content-type in your clients HTTP Accept Header, append the .xml suffix or ?format=xml

HTTP + XML

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /xml/reply/Country HTTP/1.1 
Host: 7el.co 
Content-Type: application/xml
Content-Length: length

<Country xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PortaPlus2.API.Web.Dto">
  <ContentId>0</ContentId>
  <FeatureName>String</FeatureName>
  <License>String</License>
  <CountrySubdivisionName>String</CountrySubdivisionName>
  <ISO31661A2>String</ISO31661A2>
  <ISO31661A3>String</ISO31661A3>
  <ISO31661Num>0</ISO31661Num>
  <ISO3166_1_A2>String</ISO3166_1_A2>
  <Name>String</Name>
</Country>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<CountryResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PortaPlus2.API.Web.Dto">
  <ContentId>0</ContentId>
  <FeatureName>String</FeatureName>
  <License>String</License>
  <PortaCountries xmlns:d2p1="http://schemas.datacontract.org/2004/07/PortaPlus2.API.Data.Models.Porta">
    <d2p1:PortaCountry>
      <d2p1:CountryCode>String</d2p1:CountryCode>
      <d2p1:ISO31661A2>String</d2p1:ISO31661A2>
      <d2p1:ISO31661A3>String</d2p1:ISO31661A3>
      <d2p1:ISO31661Num>0</d2p1:ISO31661Num>
      <d2p1:Name>String</d2p1:Name>
    </d2p1:PortaCountry>
  </PortaCountries>
  <PortaCountriesSubdivison xmlns:d2p1="http://schemas.datacontract.org/2004/07/PortaPlus2.API.Data.Models.API">
    <d2p1:PortaCountrySubdivison>
      <d2p1:CountrySubdivisonName>String</d2p1:CountrySubdivisonName>
      <d2p1:ICountrySubdivsion>0</d2p1:ICountrySubdivsion>
      <d2p1:ISO31661A2>String</d2p1:ISO31661A2>
      <d2p1:ISO31662>String</d2p1:ISO31662>
    </d2p1:PortaCountrySubdivison>
  </PortaCountriesSubdivison>
</CountryResponse>