Aukro WebAPI

doGetCountries

This method allows for loading a list of all countries available on the platform.

  1. countryId | Integer | required
    Country identifier.
  2. webapiKey | String | required
    User's WebAPI key.
  1. countryArray | CountryInfoType[]
    Array of structures containing information on available countries.
    1. countryId | Integer
      Country identifier.
    2. countryName | String | required
      Country name.
  • ERR_INPUT_COUNTRY_ERROR
    Invalid country identifier (zero or empty value has been provided in the parameter).
  • ERR_WEBAPI_EXPIRED
    Expiry date of WebAPI key has been exceeded (not applicable PL).
  • ERR_WEBAPI_KEY
    Invalid value of WebAPI key or WebAPI key has been blocked.
  • ERR_WEBAPI_KEY_INACTIVE
    WebAPI key used to generate the session has been deactivated (the key owner has not accepted WebAPI User Agreement).
  • ERR_WEBAPI_NOT_AVAIL
    Problems with Aukro WebAPI service.