1.3 Action Type
An indicator to notify the API which action to perform.
No. | Parameter | Data Type | Mandatory | Description |
---|---|---|---|---|
1 | ActionType | Enum | Yes | Allow user to choose the action of API |
Remarks:
ActionType.Update
- Update shipment with new HawbNo.ActionType.UpdateByHawb
- Update shipment without create new HawbNo. (Not all service fully supports this update function)
Example:
shipments.ActionType = ActionType.Add;