IBusinessObjectPostShip Method | |
Business rules hook that fires after the Ship event.
Namespace:
PSI.Sox.Interfaces
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax void PostShip(
ShipmentRequest shipmentRequest,
ShipmentResponse shipmentResponse,
SerializableDictionary userParams
)
void PostShip(
ShipmentRequest^ shipmentRequest,
ShipmentResponse^ shipmentResponse,
SerializableDictionary^ userParams
)
function PostShip(shipmentRequest, shipmentResponse, userParams);
Parameters
- shipmentRequest
- Type: PSI.SoxShipmentRequest
ShipmentRequest object containing the shipment that was shipped. - shipmentResponse
- Type: PSI.SoxShipmentResponse
ShipmentResponse object containing the Ship event result. - userParams
- Type: PSI.SoxSerializableDictionary
SerializableDictionary object that can be used to pass in key/value pairs for custom use.
See Also