Aukro WebAPI
doGetMySellRating
This method allows for loading detailed information on sale evaluation of a logged-in user.
-
sessionHandle | String | required
User's session identifier received using the doLogin(Enc) method.
-
sellRatingTotalCount | Integer
Number of sale notes. -
sellRatingAverage | SellRatingAverageStruct[]
Array of structures containing average sale note for particular areas.-
sellRatingGroupTitle | String | required
Area name. -
sellRatingGroupAverage | BigDecimal | required
Average sale note.
-
sellRatingGroupTitle | String | required
-
sellRatingDetails | SellRatingDetailStruct[]
Array of structure containing information on details related to reasons of buyers' dissatisfaction in particular areas.-
sellRatingGroupTitle | String | required
Area name. -
sellRatingReasonsSummary | SellRatingReasonSumStruct[]
Array of structure containing information on details related to reasons of buyers' dissatisfaction in particular areas.-
sellRatingReasonTitle | String | required
Reason of dissatisfaction. -
sellRatingReasonCount | Integer
Number of comments left within a particular reason.
-
sellRatingReasonTitle | String | required
-
sellRatingGroupTitle | String | required
-
sellRatingStatsPerMonth | SellRatingAveragePerMonthStruct[]
Array of structures containing sale note report for the recent 3 month.-
sellRatingMonth | String | required
Period the report relates to (MM.YYYY). -
sellRatingAverageValues | SellRatingStatsStruct[]
Array of structures containing sale note report for the current month.-
sellRatingGroupTitle | String | required
Area name. -
sellRatingGroupStats | String | required
Average sale note (number of received comments).
-
sellRatingGroupTitle | String | required
-
sellRatingMonth | String | required
-
ERR_NO_SESSION / ERR_SESSION_EXPIRED
Invalid session identifier or the session has expired. -
ERR_SELL_RATING_HIDDEN
Results of sale evaluation will be displayed after receiving at least 10 notes in each area. -
ERR_WEBAPI_KEY_INACTIVE
The session-generating WebAPI key has been deactivated (the owner did not accept the User Agreement).