GET api/seller-last-sales?seller_id={seller_id}&top={top}&group={group}&token={token}
Список последних продаж
Request Information
URI Parameters
Name | Description | Type | Additional 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
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.