POST api/System.String[]/Report.Report/DispatchProductReport
“DispatchProductReport”的文档。
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| entity | “entity”的文档。 |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"DispatchedTimeBegin": "sample string 1",
"DispatchedTimeEnd": "sample string 2",
"DeliveryDateBegin": "sample string 3",
"DeliveryDateEnd": "sample string 4",
"PayTimeBegin": "sample string 5",
"PayTimeEnd": "sample string 6",
"LanShouDateBegin": "sample string 7",
"LanShouDateEnd": "sample string 8",
"QianShouDateBegin": "sample string 9",
"QianShouDateEnd": "sample string 10",
"WenTiJianDateBegin": "sample string 11",
"WenTiJianDateEnd": "sample string 12",
"LastUpdateDateBegin": "sample string 13",
"LastUpdateDateEnd": "sample string 14",
"LanShou": true,
"QianShou": true,
"WenTiJian": true,
"IsCod": 15,
"ExpressId": "sample string 16",
"PlatformType": "sample string 17",
"ShopId": "sample string 18",
"pageindex": 19,
"pagesize": 20,
"user": "sample string 21",
"type": "sample string 22",
"ExportColumns": "sample string 23"
}
application/xml, text/xml
Sample:
<DispatchProdectReportSearchEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Gy.WebServer.Domains"> <DeliveryDateBegin>sample string 3</DeliveryDateBegin> <DeliveryDateEnd>sample string 4</DeliveryDateEnd> <DispatchedTimeBegin>sample string 1</DispatchedTimeBegin> <DispatchedTimeEnd>sample string 2</DispatchedTimeEnd> <ExportColumns>sample string 23</ExportColumns> <ExpressId>sample string 16</ExpressId> <IsCod>15</IsCod> <LanShou>true</LanShou> <LanShouDateBegin>sample string 7</LanShouDateBegin> <LanShouDateEnd>sample string 8</LanShouDateEnd> <LastUpdateDateBegin>sample string 13</LastUpdateDateBegin> <LastUpdateDateEnd>sample string 14</LastUpdateDateEnd> <PayTimeBegin>sample string 5</PayTimeBegin> <PayTimeEnd>sample string 6</PayTimeEnd> <PlatformType>sample string 17</PlatformType> <QianShou>true</QianShou> <QianShouDateBegin>sample string 9</QianShouDateBegin> <QianShouDateEnd>sample string 10</QianShouDateEnd> <ShopId>sample string 18</ShopId> <WenTiJian>true</WenTiJian> <WenTiJianDateBegin>sample string 11</WenTiJianDateBegin> <WenTiJianDateEnd>sample string 12</WenTiJianDateEnd> <pageindex>19</pageindex> <pagesize>20</pagesize> <type>sample string 22</type> <user>sample string 21</user> </DispatchProdectReportSearchEntity>
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>