POST api/System.String[]/Report.Report/OrderAnalysisReportCount
“OrderAnalysisReportCount”的文档。
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", "InvalidPerson": "sample string 7", "CreateUserName": "sample string 8", "IsInvalid": 9, "PageIndex": 10, "PageSize": 11, "DeliveryDateBegin": "sample string 12", "DeliveryDateEnd": "sample string 13", "ShopId": "sample string 14", "IsReturn": 15, "TradeCode": "sample string 16", "userCode": "sample string 17", "selectType": "sample string 18", "WarehouseCode": "sample string 19", "ExpressCodeActual": "sample string 20" }
application/xml, text/xml
Sample:
<OrderAnalysisReportSearchEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Gy.WebServer.Domains"> <CreateUserName>sample string 8</CreateUserName> <DeliveryDateBegin>sample string 12</DeliveryDateBegin> <DeliveryDateEnd>sample string 13</DeliveryDateEnd> <ExpressCodeActual>sample string 20</ExpressCodeActual> <InvalidPerson>sample string 7</InvalidPerson> <IsInvalid>9</IsInvalid> <IsReturn>15</IsReturn> <LogisticsNo>sample string 2</LogisticsNo> <OrderCode>sample string 1</OrderCode> <PageIndex>10</PageIndex> <PageSize>11</PageSize> <PayTimeBegin>sample string 5</PayTimeBegin> <PayTimeEnd>sample string 6</PayTimeEnd> <ProductCode>sample string 3</ProductCode> <ShopId>sample string 14</ShopId> <TradeCode>sample string 16</TradeCode> <VipName>sample string 4</VipName> <WarehouseCode>sample string 19</WarehouseCode> <selectType>sample string 18</selectType> <userCode>sample string 17</userCode> </OrderAnalysisReportSearchEntity>
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>