GET api/seller-last-sales?seller_id={seller_id}&top={top}&group={group}&token={token}

Список последних продаж

Request Information

URI Parameters

NameDescriptionTypeAdditional information
seller_id

int

integer

Default value is 0

top

int

integer

Default value is 1000

group

string

string

None.

token

string

string

None.

Body Parameters

None.

Response Information

Resource Description

SalesResponse

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.