POST api/System.String[]/Report.Report/TmallReconciliationNumReport
“TmallReconciliationNumReport”的文档。
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
entity | “entity”的文档。 |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "DeliveryDateBegin": "sample string 1", "DeliveryDateEnd": "sample string 2", "StoreId": "sample string 3", "ProductCode": "sample string 4", "SkuCode": "sample string 5", "PageIndex": 6, "PageSize": 7, "Isdeleted": "sample string 8" }
application/xml, text/xml
Sample:
<TmallReconciliationNumReportSearchEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Gy.WebServer.Domains"> <DeliveryDateBegin>sample string 1</DeliveryDateBegin> <DeliveryDateEnd>sample string 2</DeliveryDateEnd> <Isdeleted>sample string 8</Isdeleted> <PageIndex>6</PageIndex> <PageSize>7</PageSize> <ProductCode>sample string 4</ProductCode> <SkuCode>sample string 5</SkuCode> <StoreId>sample string 3</StoreId> </TmallReconciliationNumReportSearchEntity>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>