IBusinessObjectShip Method | |
Business rules hook that can be used to override the Ship event.
Namespace:
PSI.Sox.Interfaces
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax ShipmentResponse Ship(
ShipmentRequest shipmentRequest,
Pickup pickup,
bool shipWithoutTransaction,
bool print,
SerializableDictionary userParams
)
ShipmentResponse^ Ship(
ShipmentRequest^ shipmentRequest,
Pickup^ pickup,
bool shipWithoutTransaction,
bool print,
SerializableDictionary^ userParams
)
function Ship(shipmentRequest, pickup, shipWithoutTransaction, print, userParams);
Parameters
- shipmentRequest
- Type: PSI.SoxShipmentRequest
ShipmentRequest object containing the current shipment information. - pickup
- Type: PSI.SoxPickup
- shipWithoutTransaction
- Type: SystemBoolean
- print
- Type: SystemBoolean
- userParams
- Type: PSI.SoxSerializableDictionary
SerializableDictionary object that can be used to pass in key/value pairs for custom use.
Return Value
Type:
ShipmentResponseSee Also