Aukro WebAPI
doRemoveFromWatchList
This method allows to remove selected offers from the list of all watched offers (ongoing and ended) of a logged-in user.
-
sessionHandle | String | required
User's session identifier received using the doLogin(Enc) method. -
itemsIdArray | Long[]
Array of offer identifiers (max. 25).
-
watchListResult | ItemRemoveWatchStruct[]
Array of structures containing information on operation results.-
itemId | Long
Offer identifier. -
result | Integer
Result of the attempt of removing an offer from the watch-list (1 - offer removed from the watch-list: ongoing, 2 - offer removed from the watch-list: ended, 0 - offer has not been removed because it had not been added to the list).
-
itemId | Long
-
ERR_BLOCKED_USER_CANT_INVOKE_METHOD
User whose account has been blocked cannot use this method. -
ERR_ITEMS_ARRAY_OVERSIZED
The number of offer identifiers exceeds the acceptable limit (max. 25). -
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
The session-generating WebAPI key has been deactivated (the owner did not accept the User Agreement).