GET api/TMSApp/Dispatch/GetDispatchOnElecDevice?plateNumber={plateNumber}
获取电子运单
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
plateNumber |
车牌号 |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
获取电子运单
MsgBaseApiPageOfEleDispatchName | Description | Type | Additional information |
---|---|---|---|
Status |
返回状态0:失败,1:成功 |
integer |
None. |
Msg |
返回消息 |
string |
None. |
Data |
返回数据内容,默认为空 |
EleDispatch |
None. |
Response Formats
application/json, text/json
Sample:
{ "Status": 1, "Msg": "sample string 2", "Data": { "ChangeBy": "sample string 1", "Consignor": "sample string 2", "DeductReason": "sample string 3", "DeliveryGrossWeight": 4.1, "DeliveryTareWeight": 5.1, "DispatchNo": "sample string 6", "DriverName": "sample string 7", "Goods": "sample string 8", "GoodsClassification": "sample string 9", "PlateNumber": "sample string 10", "ReceiveDeductWeight": 11.1, "ReceiveGrossWeight": 12.1, "Receiver": "sample string 13", "ReceiveTareWeight": 14.1, "Shipper": "sample string 15", "EStatus": 16, "Status": 16, "TaskNumber": "sample string 17", "Version": "sample string 18" } }