Click or drag to resize

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
)

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: ShipmentResponse
See Also