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.