POST api/System.String[]/Report.Report/OrderHistoryAnalysisReportCount
“OrderHistoryAnalysisReportCount”的文档。
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
entity | “entity”的文档。 |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "OrderCode": "sample string 1", "LogisticsNo": "sample string 2", "ProductCode": "sample string 3", "VipName": "sample string 4", "PayTimeBegin": "sample string 5", "PayTimeEnd": "sample string 6", "IsInvalid": 7, "PageIndex": 8, "PageSize": 9, "DeliveryDateBegin": "sample string 10", "DeliveryDateEnd": "sample string 11", "ShopId": "sample string 12", "TradeCode": "sample string 13", "userCode": "sample string 14", "selectType": "sample string 15" }
application/xml, text/xml
Sample:
<OrderHistoryAnalysisReportSearchEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Gy.WebServer.Domains"> <DeliveryDateBegin>sample string 10</DeliveryDateBegin> <DeliveryDateEnd>sample string 11</DeliveryDateEnd> <IsInvalid>7</IsInvalid> <LogisticsNo>sample string 2</LogisticsNo> <OrderCode>sample string 1</OrderCode> <PageIndex>8</PageIndex> <PageSize>9</PageSize> <PayTimeBegin>sample string 5</PayTimeBegin> <PayTimeEnd>sample string 6</PayTimeEnd> <ProductCode>sample string 3</ProductCode> <ShopId>sample string 12</ShopId> <TradeCode>sample string 13</TradeCode> <VipName>sample string 4</VipName> <selectType>sample string 15</selectType> <userCode>sample string 14</userCode> </OrderHistoryAnalysisReportSearchEntity>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
1
application/xml, text/xml
Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>