Tento web používá k poskytování služeb a analýze návštěvnosti soubory cookie. Používáním tohoto webu s tím souhlasíte. Další informace

API help

Overview
Data types

offer.remove

Description

Unset offer of the xWGs.

Params

token
string

Access token.

items
array

List of xWGs to unoffer.

xwgId
int

ID of item.

Response

response
struct
status
int
enum

Status code

ValueDescription
200

OK

400

Bad params

404

One of specified items was not found.

500

Server error

statusMessage
string

Status code description

result
array
item
struct
xwgId
int

ID of xWG corresponding to ID in parameters.

offer
struct

Current offer state of item

pieces
int

Number of offered pieces. If pieces = 0, item is not offered.

comment
string

Comment for the offer.

Call example

offer.remove("culpa", [777353326, 1097173421, 958907891])