Aukro WebAPI

doMyContact

This method allows for loading contact data of buyers in offers of a logged-in user. In the case of providing an invalid offer identifier, a relevant structure will not be returned. The method does not return data for offers moved to the archive.

  1. sessionHandle | String | required
    User's session identifier received using the doLogin(Enc) method.
  2. auctionIdList | Long[] | required
    Array of offer identifiers.
  3. offset | Integer
    Parameter that controls the process of getting information about single offers from a transferred array of offer IDs (the offset is indexed from 0 and acts as an iterator for next elements of the mentioned array). Up to 25 results can be returned.
  4. desc | Integer
    Outdated parameter (it is required to enter any value appropriate for that parameter type).
  1. mycontactList | MyContactList[]
    Array of structures containing information on buyers.
    1. contactUserId | Integer
      Buyer's identifier.
    2. contactNick | String | required
      Buyer's username.
    3. contactFirstName | String | required
      Buyer's first name.
    4. contactLastName | String | required
      Buyer's surname.
    5. contactCompany | String | required
      Name of a buyer's company.
    6. contactEmail | String | required
      Buyer's email.
    7. contactStreet | String | required
      Buyer's address.
    8. contactPostcode | String | required
      Buyer's postal code.
    9. contactCity | String | required
      Buyer's city.
    10. contactCountry | String | required
      Identifier of a buyer's country.
    11. contactPhone | String | required
      Buyer's phone no.
    12. contactPhone2 | String | required
      Buyer's second phone no.
    13. contactRating | String | required
      Buyer's score.
    14. contactBlocked | String | required
      Information on buyer's account status ('blocked' or 'non-blocked').
  • ERR_NO_DATABASE
    Problems with Allegro database.
  • ERR_NO_SESSION / ERR_SESSION_EXPIRED
    Invalid session identifier or the session has expired.
  • ERR_WEBAPI_KEY_INACTIVE
    WebAPI key used to generate the session has been deactivated (the key owner has not accepted WebAPI User Agreement).
  • ERR_WEBAPI_NOT_AVAIL
    Problems with Aukro WebAPI service.