Aukro WebAPI

doGetSellRatingReasons

This method allows for loading a list of transaction dissatisfaction reasons as well as a list of sale areas undergoing evaluation.

  1. webapiKey | String | required
    User's WebAPI key.
  2. countryId | Integer | required
    Country identifier (a list of country identifiers can be loaded using the doGetCountries method).
  1. sellRatingInfo | SellRatingInfoStruct[]
    Array of structures containing information on reasons for transaction dissatisfaction and a list of sale areas being evaluated.
    1. sellRatingGroupId | Integer
      Area identifier.
    2. sellRatingGroupTitle | String | required
      Area name.
    3. sellRatingReasons | SellRatingReasonStruct[]
      1. sellRatingReasonId | Integer
        Identifier of a dissatisfaction reason.
      2. sellRatingReasonTitle | String | required
        Reason of dissatisfaction.
  • 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.
  • 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).