GET admin/waybill/get?id={id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

RtBaseOfQWaybill
NameDescriptionTypeAdditional 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,
    "Id": 8,
    "DriverUserId": 9,
    "SysAreaId": 10,
    "AddressFrom": "sample string 11",
    "AddressTo": "sample string 12",
    "StatusId": 13,
    "CreatedUserId": 15,
    "UpdatedDate": "2025-06-28T04:19:15.2445214+08:00",
    "UpdatedUserId": 17,
    "DevId": 20,
    "TypeId": 21,
    "ExtId": 22,
    "ShipTypeId": 23,
    "StartWeight": 24.0,
    "EndWeight": 25.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-06-28T04:19:15.2445214+08:00</d2p1:ActualFinDate>
    <d2p1:AddressFrom>sample string 11</d2p1:AddressFrom>
    <d2p1:AddressTo>sample string 12</d2p1:AddressTo>
    <d2p1:CreatedDate>2025-06-28T04:19:15.2445214+08:00</d2p1:CreatedDate>
    <d2p1:CreatedUserId>15</d2p1:CreatedUserId>
    <d2p1:DevId>20</d2p1:DevId>
    <d2p1:DriverUserId>9</d2p1:DriverUserId>
    <d2p1:EndWeight>25</d2p1:EndWeight>
    <d2p1:ExtId>22</d2p1:ExtId>
    <d2p1:Id>8</d2p1:Id>
    <d2p1:PlanFinDate>2025-06-28T04:19:15.2445214+08:00</d2p1:PlanFinDate>
    <d2p1:ShipTypeId>23</d2p1:ShipTypeId>
    <d2p1:StartWeight>24</d2p1:StartWeight>
    <d2p1:StatusId>13</d2p1:StatusId>
    <d2p1:SysAreaId>10</d2p1:SysAreaId>
    <d2p1:TypeId>21</d2p1:TypeId>
    <d2p1:UpdatedDate>2025-06-28T04:19:15.2445214+08:00</d2p1:UpdatedDate>
    <d2p1:UpdatedUserId>17</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:DevCode>sample string 6</d2p1:DevCode>
    <d2p1:Driver>sample string 1</d2p1:Driver>
    <d2p1:Phone>sample string 2</d2p1:Phone>
    <d2p1:PlanFinDate>sample string 4</d2p1:PlanFinDate>
  </data>
</RtBaseOfQWaybillZ_PTyOvyo>