2.5 搜尋貨物

使用者可使用 Hawb 號碼、客戶 Reference 號碼或 Last Mile 號碼來搜尋貨物。

參數

序號 參數 資料形態 長度 必填項 說明
1 ShipmentsCredentials ShipmentsCredentials 參考 1.2章節
2 ShipmentsNo String[] 要搜尋的 Hawb 號碼

範例:

1 2 3 4 5 6
SearchShipmentsParameter _par = new SearchShipmentsParameter();
_par.ShipmentsCredentials = credentials;

_par.ShipmentsNo = new string[2];
_par.ShipmentsNo[0] = "344010500000151"
_par.ShipmentsNo[1] = "REF1234567"
Copyright © 2018 Unixus Solutions Sdn. Bhd. All rights reserved.