POST api/ItemsOnsaleGet

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
req
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Cid": 1,
  "EndModified": "2026-04-15T22:34:35.6623049+08:00",
  "Fields": "sample string 1",
  "HasDiscount": true,
  "HasShowcase": true,
  "IsCombine": true,
  "IsCspu": true,
  "IsEx": true,
  "IsTaobao": true,
  "OrderBy": "sample string 2",
  "PageNo": 1,
  "PageSize": 1,
  "Q": "sample string 3",
  "SellerCids": "sample string 4",
  "StartModified": "2026-04-15T22:34:35.6632835+08:00"
}

application/xml, text/xml

Sample:
<ItemsOnsaleGetRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Top.Api.Request">
  <Cid>1</Cid>
  <EndModified>2026-04-15T22:34:35.6623049+08:00</EndModified>
  <Fields>sample string 1</Fields>
  <HasDiscount>true</HasDiscount>
  <HasShowcase>true</HasShowcase>
  <IsCombine>true</IsCombine>
  <IsCspu>true</IsCspu>
  <IsEx>true</IsEx>
  <IsTaobao>true</IsTaobao>
  <OrderBy>sample string 2</OrderBy>
  <PageNo>1</PageNo>
  <PageSize>1</PageSize>
  <Q>sample string 3</Q>
  <SellerCids>sample string 4</SellerCids>
  <StartModified>2026-04-15T22:34:35.6632835+08:00</StartModified>
</ItemsOnsaleGetRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.