GET api/GZPDA/Cargo?cargoBarcode={cargoBarcode}
用包裹号或快递单号读取包裹信息
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| cargoBarcode |
包裹号或快递单号 |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
ImpOrderCargoQueryResModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | APIReturnResult |
None. |
|
| Message |
Returned message. |
string |
None. |
| id |
Serial No (Internal Use Only) |
integer |
None. |
| id_User |
User Serial No (Internal Use Only) |
integer |
None. |
| id_Branch | integer |
None. |
|
| id_Order |
Order Serial No (Internal Use Only) |
integer |
None. |
| UserCargoSeq |
Cargo Seq |
integer |
None. |
| CargoBarcode |
Cargo Barcode |
string |
None. |
| RFID |
RFID |
string |
None. |
| WHCode |
Warehouse Location code |
string |
None. |
| WHCode2 | string |
None. |
|
| LocalTsptVendor |
Local transportation vendor name |
string |
None. |
| LocalTsptVendorEN |
Local transportation vendor name in English |
string |
None. |
| TrackingNo |
Logistics Tracking No |
string |
None. |
| id_Status |
id Status (Internal Use Only) |
integer |
None. |
| Status |
Cargo Status |
string |
None. |
| id_SubStatus | integer |
None. |
|
| SubStatus | string |
None. |
|
| id_NewCargo |
new cargo SN after combination |
integer |
None. |
| InitTime |
Init Time |
date |
None. |
| PicList |
Cargo Picture List |
Collection of PicObject |
None. |
| id_CollectStaff |
id Collect Staff |
integer |
None. |
| id_PrepareStaff |
id Prepare Staff |
integer |
None. |
| id_StaffAu | integer |
None. |
|
| id_StaffGz | integer |
None. |
|
| CargoCodeSuffix | string |
None. |
|
| OrderBarcode | string |
None. |
|
| id_Bag | integer |
None. |
|
| id_Pallet | integer |
None. |
|
| ChangeLabel | boolean |
None. |
|
| PackingListCount | integer |
None. |
|
| Marks | string |
None. |
|
| Reference | string |
None. |
|
| InsureNotes | string |
None. |
|
| InsureValue | decimal number |
None. |
|
| OrderId | string |
None. |
|
| OldCargos | ImpOrderCargoListModel |
None. |
|
| Notes | string |
None. |
|
| CargoType |
Box, Bag, Pallet, etc... |
string |
None. |
| CargoType2 |
Box, Bag, Pallet, etc... |
string |
None. |
| CargoContent |
中文品名 |
string |
None. |
| CargoContentEn |
英文品名 |
string |
None. |
| Currency | string |
None. |
|
| UnitPrice | decimal number |
None. |
|
| Cnt | integer |
None. |
|
| SysNotes |
System Notes |
string |
None. |
| Length |
Length (M) |
decimal number |
None. |
| Width |
Width (M) |
decimal number |
None. |
| Height |
Height (M) |
decimal number |
None. |
| MaxDim |
最大边长 |
decimal number |
None. |
| Volume |
Volume in M³ |
decimal number |
None. |
| Weight |
Weight (KG) |
decimal number |
None. |
| PackingList | Collection of OrderPackingListItemModel |
None. |
Response Formats
application/json, text/json
{
"PackingList": [
{
"id_Order": 1,
"CargoCnt": 2,
"Qty": 3,
"UnitPrice": 4.0,
"SubTotal": 5.0,
"Currency": "sample string 6",
"id_Cargo": 7,
"ContainLiquid": true,
"IsElectric": true,
"Insure": true,
"id": 11,
"id_User": 12,
"SKU": "sample string 13",
"ProductBrand": "sample string 14",
"ProductName": "sample string 15",
"ProductComponent": "sample string 16",
"ProductColor": "sample string 17",
"ProductNameEn": "sample string 18",
"Notes": "sample string 19"
},
{
"id_Order": 1,
"CargoCnt": 2,
"Qty": 3,
"UnitPrice": 4.0,
"SubTotal": 5.0,
"Currency": "sample string 6",
"id_Cargo": 7,
"ContainLiquid": true,
"IsElectric": true,
"Insure": true,
"id": 11,
"id_User": 12,
"SKU": "sample string 13",
"ProductBrand": "sample string 14",
"ProductName": "sample string 15",
"ProductComponent": "sample string 16",
"ProductColor": "sample string 17",
"ProductNameEn": "sample string 18",
"Notes": "sample string 19"
}
],
"Code": 0,
"Message": "sample string 1",
"id": 2,
"id_User": 3,
"id_Branch": 4,
"id_Order": 5,
"UserCargoSeq": 6,
"CargoBarcode": "sample string 7",
"RFID": "sample string 8",
"WHCode": "sample string 9",
"WHCode2": "sample string 10",
"LocalTsptVendor": "sample string 11",
"LocalTsptVendorEN": "",
"TrackingNo": "sample string 12",
"id_Status": 13,
"Status": "sample string 14",
"id_SubStatus": 15,
"SubStatus": "sample string 16",
"id_NewCargo": 17,
"InitTime": "2026-05-31T04:42:51.4971125+10:00",
"PicList": null,
"id_CollectStaff": 19,
"id_PrepareStaff": 20,
"id_StaffAu": 21,
"id_StaffGz": 22,
"CargoCodeSuffix": "sample string 23",
"OrderBarcode": "sample string 24",
"id_Bag": 25,
"id_Pallet": 26,
"ChangeLabel": true,
"PackingListCount": 2,
"Marks": "sample string 31",
"Reference": "sample string 32",
"InsureNotes": "sample string 33",
"InsureValue": 34.0,
"OrderId": "sample string 35",
"OldCargos": {
"TotalDetails": [],
"TotalCnt": 0,
"TotalVolume": 0.0,
"TotalWeight": 0.0,
"CargoSNs": "",
"CargoList": [],
"ErrorCode": 0,
"ErrDetail": {
"Code": 0,
"ErrMsg": "",
"ErrMsgEn": ""
},
"Code": 999,
"Reference": "",
"Message": "",
"ReturnResult": null
},
"Notes": "sample string 36",
"CargoType": "sample string 40",
"CargoType2": "sample string 41",
"CargoContent": "sample string 42",
"CargoContentEn": "sample string 43",
"Currency": "sample string 44",
"UnitPrice": 45.0,
"Cnt": 46,
"SysNotes": "sample string 47",
"Length": 48.0,
"Width": 49.0,
"Height": 50.0,
"MaxDim": 50.0,
"Volume": 52.0,
"Weight": 53.0
}