IBusinessObjectApiShip Method | |
Ship
Namespace:
PSI.Sox.Interfaces
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax ShipmentResponse Ship(
UserContext userContext,
ShipmentRequest shipmentRequest,
Pickup pickup,
bool shipWithoutTransaction,
bool print,
SerializableDictionary userParams
)
ShipmentResponse^ Ship(
UserContext^ userContext,
ShipmentRequest^ shipmentRequest,
Pickup^ pickup,
bool shipWithoutTransaction,
bool print,
SerializableDictionary^ userParams
)
function Ship(userContext, shipmentRequest, pickup, shipWithoutTransaction, print, userParams);
Parameters
- userContext
- Type: PSI.SoxUserContext
UserContext that identifies a machine, user, site and company. - shipmentRequest
- Type: PSI.SoxShipmentRequest
Shipment request to be processed. - pickup
- Type: PSI.SoxPickup
- shipWithoutTransaction
- Type: SystemBoolean
Bool indicating whether or not a transaction should be committed. - print
- Type: SystemBoolean
Bool indication whether or not to print after shipping. - userParams
- Type: PSI.SoxSerializableDictionary
SerializableDictionary for passing values used by integrators.
Return Value
Type:
ShipmentResponseSee Also