POST admin/waybill/list
Request Information
URI Parameters
None.
Body Parameters
RqPageFilterOfFilterWayBill| Name | Description | Type | Additional information |
|---|---|---|---|
| pageNo | integer |
None. |
|
| keywords | string |
None. |
|
| modelFilter | FilterWayBill |
None. |
Request Formats
application/json, text/json
Sample:
{
"pageNo": 1,
"keywords": "sample string 2",
"modelFilter": {
"StatusId": 1,
"SysAreaId": 2,
"DriverUserId": 3,
"StartDate": "2025-11-06T05:04:27.1953098+08:00",
"EndDate": "2025-11-06T05:04:27.1953098+08:00"
}
}
application/xml, text/xml
Sample:
<RqPageFilterOfFilterWayBillZ_PTyOvyo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BaseWebApi.Model">
<keywords>sample string 2</keywords>
<modelFilter xmlns:d2p1="http://schemas.datacontract.org/2004/07/YHT.Core">
<d2p1:DriverUserId>3</d2p1:DriverUserId>
<d2p1:EndDate>2025-11-06T05:04:27.1953098+08:00</d2p1:EndDate>
<d2p1:StartDate>2025-11-06T05:04:27.1953098+08:00</d2p1:StartDate>
<d2p1:StatusId>1</d2p1:StatusId>
<d2p1:SysAreaId>2</d2p1:SysAreaId>
</modelFilter>
<pageNo>1</pageNo>
</RqPageFilterOfFilterWayBillZ_PTyOvyo>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
RtPageListOfQWaybill| Name | Description | Type | Additional information |
|---|---|---|---|
| data | PageDataOfQWaybill |
None. |
|
| code | integer |
None. |
|
| msg | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"data": {
"totalNum": 1,
"totalPage": 0,
"list": [
{
"Driver": "sample string 1",
"Phone": "sample string 2",
"CreatedDate": "sample string 3",
"PlanFinDate": "sample string 4",
"ActualFinDate": "sample string 5",
"DevCode": "sample string 6",
"CurWeight": 7.0,
"DevName": "sample string 8",
"Dervier": "sample string 9",
"Id": 10,
"DriverUserId": 11,
"SysAreaId": 12,
"AddressFrom": "sample string 13",
"AddressTo": "sample string 14",
"StatusId": 15,
"CreatedUserId": 17,
"UpdatedDate": "2025-11-06T05:04:27.2048926+08:00",
"UpdatedUserId": 19,
"DevId": 22,
"TypeId": 23,
"ExtId": 24,
"ShipTypeId": 25,
"StartWeight": 26.0,
"EndWeight": 27.0
},
{
"Driver": "sample string 1",
"Phone": "sample string 2",
"CreatedDate": "sample string 3",
"PlanFinDate": "sample string 4",
"ActualFinDate": "sample string 5",
"DevCode": "sample string 6",
"CurWeight": 7.0,
"DevName": "sample string 8",
"Dervier": "sample string 9",
"Id": 10,
"DriverUserId": 11,
"SysAreaId": 12,
"AddressFrom": "sample string 13",
"AddressTo": "sample string 14",
"StatusId": 15,
"CreatedUserId": 17,
"UpdatedDate": "2025-11-06T05:04:27.2048926+08:00",
"UpdatedUserId": 19,
"DevId": 22,
"TypeId": 23,
"ExtId": 24,
"ShipTypeId": 25,
"StartWeight": 26.0,
"EndWeight": 27.0
}
]
},
"code": 1,
"msg": "sample string 2"
}
application/xml, text/xml
Sample:
<RtPageListOfQWaybillZ_PTyOvyo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BaseWebApi.Model">
<code>1</code>
<msg>sample string 2</msg>
<data>
<list xmlns:d3p1="http://schemas.datacontract.org/2004/07/YHT.Core">
<d3p1:QWaybill>
<d3p1:ActualFinDate xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:dateTime">2025-11-06T05:04:27.2048926+08:00</d3p1:ActualFinDate>
<d3p1:AddressFrom>sample string 13</d3p1:AddressFrom>
<d3p1:AddressTo>sample string 14</d3p1:AddressTo>
<d3p1:CreatedDate>2025-11-06T05:04:27.2048926+08:00</d3p1:CreatedDate>
<d3p1:CreatedUserId>17</d3p1:CreatedUserId>
<d3p1:DevId>22</d3p1:DevId>
<d3p1:DriverUserId>11</d3p1:DriverUserId>
<d3p1:EndWeight>27</d3p1:EndWeight>
<d3p1:ExtId>24</d3p1:ExtId>
<d3p1:Id>10</d3p1:Id>
<d3p1:PlanFinDate>2025-11-06T05:04:27.2048926+08:00</d3p1:PlanFinDate>
<d3p1:ShipTypeId>25</d3p1:ShipTypeId>
<d3p1:StartWeight>26</d3p1:StartWeight>
<d3p1:StatusId>15</d3p1:StatusId>
<d3p1:SysAreaId>12</d3p1:SysAreaId>
<d3p1:TypeId>23</d3p1:TypeId>
<d3p1:UpdatedDate>2025-11-06T05:04:27.2048926+08:00</d3p1:UpdatedDate>
<d3p1:UpdatedUserId>19</d3p1:UpdatedUserId>
<d3p1:ActualFinDate xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:string">sample string 5</d3p1:ActualFinDate>
<d3p1:CreatedDate>sample string 3</d3p1:CreatedDate>
<d3p1:CurWeight>7</d3p1:CurWeight>
<d3p1:Dervier>sample string 9</d3p1:Dervier>
<d3p1:DevCode>sample string 6</d3p1:DevCode>
<d3p1:DevName>sample string 8</d3p1:DevName>
<d3p1:Driver>sample string 1</d3p1:Driver>
<d3p1:Phone>sample string 2</d3p1:Phone>
<d3p1:PlanFinDate>sample string 4</d3p1:PlanFinDate>
</d3p1:QWaybill>
<d3p1:QWaybill>
<d3p1:ActualFinDate xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:dateTime">2025-11-06T05:04:27.2048926+08:00</d3p1:ActualFinDate>
<d3p1:AddressFrom>sample string 13</d3p1:AddressFrom>
<d3p1:AddressTo>sample string 14</d3p1:AddressTo>
<d3p1:CreatedDate>2025-11-06T05:04:27.2048926+08:00</d3p1:CreatedDate>
<d3p1:CreatedUserId>17</d3p1:CreatedUserId>
<d3p1:DevId>22</d3p1:DevId>
<d3p1:DriverUserId>11</d3p1:DriverUserId>
<d3p1:EndWeight>27</d3p1:EndWeight>
<d3p1:ExtId>24</d3p1:ExtId>
<d3p1:Id>10</d3p1:Id>
<d3p1:PlanFinDate>2025-11-06T05:04:27.2048926+08:00</d3p1:PlanFinDate>
<d3p1:ShipTypeId>25</d3p1:ShipTypeId>
<d3p1:StartWeight>26</d3p1:StartWeight>
<d3p1:StatusId>15</d3p1:StatusId>
<d3p1:SysAreaId>12</d3p1:SysAreaId>
<d3p1:TypeId>23</d3p1:TypeId>
<d3p1:UpdatedDate>2025-11-06T05:04:27.2048926+08:00</d3p1:UpdatedDate>
<d3p1:UpdatedUserId>19</d3p1:UpdatedUserId>
<d3p1:ActualFinDate xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:string">sample string 5</d3p1:ActualFinDate>
<d3p1:CreatedDate>sample string 3</d3p1:CreatedDate>
<d3p1:CurWeight>7</d3p1:CurWeight>
<d3p1:Dervier>sample string 9</d3p1:Dervier>
<d3p1:DevCode>sample string 6</d3p1:DevCode>
<d3p1:DevName>sample string 8</d3p1:DevName>
<d3p1:Driver>sample string 1</d3p1:Driver>
<d3p1:Phone>sample string 2</d3p1:Phone>
<d3p1:PlanFinDate>sample string 4</d3p1:PlanFinDate>
</d3p1:QWaybill>
</list>
<totalNum>1</totalNum>
</data>
</RtPageListOfQWaybillZ_PTyOvyo>