2.3 确认货物
本章节将会说明如何使用我的的 API 来确认货物的范例及数据结构。
当使用者新增货物后,该货物在系统的状态将会显示为“未确认”。使用者必须先确认货物来通知快递代理行动。
参数
序号 |
参数 |
资料形态 |
长度 |
必填项 |
说明 |
1 |
ShipmentsCredentials |
ShipmentsCredentials |
|
是 |
參考 1.2章节 |
2 |
ActionType |
Enum |
|
是 |
參考 1.3章节 |
3 |
HawbNo |
String |
|
是 |
货物的 Hawb 号码 |
4 |
ShipmentDate |
DateTime |
|
是 |
|
5 |
Submitted_Date |
DateTime |
|
是 |
范例:
shipments.HawbNo = "344010500000151";
shipments.ShipmentDate = DateTime.Now;
shipments.Submitted_Date = DateTime.Now;