Aukro WebAPI

doQuerySysStatus

This method allows for loading the value of one versioned components (category tree and sale form fields) and enables preview of version key for a particular country.

  1. sysvar | Integer | required
    Component whose value is to be loaded (3 - category's tree structure, 4 - fields of a sale form).
  2. countryId | Integer | required
    Country identifier (a list of country identifiers can be loaded using the doGetCountries method).
  3. webapiKey | String | required
    User's WebAPI key.
  1. info | String | required
    Version of the selected component.
  2. verKey | Long
    Version key value.
  • ERR_INPUT_COUNTRY_ERROR
    Invalid country identifier (zero or empty value has been provided in the parameter).
  • ERR_NO_DATABASE
    Problems with Allegro database.
  • ERR_UNKNOWN_FEATURE
    Incorrect component type.
  • ERR_WEBAPI_EXPIRED
    Expiry date of WebAPI key has been exceeded.
  • ERR_WEBAPI_KEY
    Invalid value of WebAPI key or WebAPI key has been blocked.
  • ERR_WEBAPI_KEY_INACTIVE
    The WebAPI key has been deactivated (User Agreement not accepted).
  • ERR_WEBAPI_NOT_AVAIL
    Problems with Aukro WebAPI service.