Aukro WebAPI

doGetMySellRating

This method allows for loading detailed information on sale evaluation of a logged-in user.

  1. sessionHandle | String | required
    User's session identifier received using the doLogin(Enc) method.
  1. sellRatingTotalCount | Integer
    Number of sale notes.
  2. sellRatingAverage | SellRatingAverageStruct[]
    Array of structures containing average sale note for particular areas.
    1. sellRatingGroupTitle | String | required
      Area name.
    2. sellRatingGroupAverage | BigDecimal | required
      Average sale note.
  3. sellRatingDetails | SellRatingDetailStruct[]
    Array of structure containing information on details related to reasons of buyers' dissatisfaction in particular areas.
    1. sellRatingGroupTitle | String | required
      Area name.
    2. sellRatingReasonsSummary | SellRatingReasonSumStruct[]
      Array of structure containing information on details related to reasons of buyers' dissatisfaction in particular areas.
      1. sellRatingReasonTitle | String | required
        Reason of dissatisfaction.
      2. sellRatingReasonCount | Integer
        Number of comments left within a particular reason.
  4. sellRatingStatsPerMonth | SellRatingAveragePerMonthStruct[]
    Array of structures containing sale note report for the recent 3 month.
    1. sellRatingMonth | String | required
      Period the report relates to (MM.YYYY).
    2. sellRatingAverageValues | SellRatingStatsStruct[]
      Array of structures containing sale note report for the current month.
      1. sellRatingGroupTitle | String | required
        Area name.
      2. sellRatingGroupStats | String | required
        Average sale note (number of received comments).
  • 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).