GET admin/waybill/get?id={id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
RtBaseOfQWaybillName | Description | Type | Additional information |
---|---|---|---|
data | QWaybill |
None. |
|
code | integer |
None. |
|
msg | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "data": { "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-08-17T08:07:54.8027895+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:
<RtBaseOfQWaybillZ_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 xmlns:d2p1="http://schemas.datacontract.org/2004/07/YHT.Core"> <d2p1:ActualFinDate xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:dateTime">2025-08-17T08:07:54.8027895+08:00</d2p1:ActualFinDate> <d2p1:AddressFrom>sample string 13</d2p1:AddressFrom> <d2p1:AddressTo>sample string 14</d2p1:AddressTo> <d2p1:CreatedDate>2025-08-17T08:07:54.8027895+08:00</d2p1:CreatedDate> <d2p1:CreatedUserId>17</d2p1:CreatedUserId> <d2p1:DevId>22</d2p1:DevId> <d2p1:DriverUserId>11</d2p1:DriverUserId> <d2p1:EndWeight>27</d2p1:EndWeight> <d2p1:ExtId>24</d2p1:ExtId> <d2p1:Id>10</d2p1:Id> <d2p1:PlanFinDate>2025-08-17T08:07:54.8027895+08:00</d2p1:PlanFinDate> <d2p1:ShipTypeId>25</d2p1:ShipTypeId> <d2p1:StartWeight>26</d2p1:StartWeight> <d2p1:StatusId>15</d2p1:StatusId> <d2p1:SysAreaId>12</d2p1:SysAreaId> <d2p1:TypeId>23</d2p1:TypeId> <d2p1:UpdatedDate>2025-08-17T08:07:54.8027895+08:00</d2p1:UpdatedDate> <d2p1:UpdatedUserId>19</d2p1:UpdatedUserId> <d2p1:ActualFinDate xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string">sample string 5</d2p1:ActualFinDate> <d2p1:CreatedDate>sample string 3</d2p1:CreatedDate> <d2p1:CurWeight>7</d2p1:CurWeight> <d2p1:Dervier>sample string 9</d2p1:Dervier> <d2p1:DevCode>sample string 6</d2p1:DevCode> <d2p1:DevName>sample string 8</d2p1:DevName> <d2p1:Driver>sample string 1</d2p1:Driver> <d2p1:Phone>sample string 2</d2p1:Phone> <d2p1:PlanFinDate>sample string 4</d2p1:PlanFinDate> </data> </RtBaseOfQWaybillZ_PTyOvyo>