POST api/FenxiaoProductsGet
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| req | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"EndModified": "2026-04-15T22:35:38.6730331+08:00",
"Fields": "sample string 1",
"IsAuthz": "sample string 2",
"ItemIds": "sample string 3",
"OuterId": "sample string 4",
"PageNo": 1,
"PageSize": 1,
"Pids": "sample string 5",
"ProductcatId": 1,
"SkuNumber": "sample string 6",
"StartModified": "2026-04-15T22:35:38.6739925+08:00",
"Status": "sample string 7"
}
application/xml, text/xml
Sample:
<FenxiaoProductsGetRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Top.Api.Request"> <EndModified>2026-04-15T22:35:38.6730331+08:00</EndModified> <Fields>sample string 1</Fields> <IsAuthz>sample string 2</IsAuthz> <ItemIds>sample string 3</ItemIds> <OuterId>sample string 4</OuterId> <PageNo>1</PageNo> <PageSize>1</PageSize> <Pids>sample string 5</Pids> <ProductcatId>1</ProductcatId> <SkuNumber>sample string 6</SkuNumber> <StartModified>2026-04-15T22:35:38.6739925+08:00</StartModified> <Status>sample string 7</Status> </FenxiaoProductsGetRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.