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