Update SmartPost recipient message logs with current shipment states
Namespace: Scanjour.Workflow4.ActivityLibrary
Assembly: Scanjour.Workflow4.ActivityLibrary_22.1.0.0 (in Scanjour.Workflow4.ActivityLibrary_22.1.0.0.dll) Version: 22.1.0.0 (22.1.0.0)
Syntax
public static void UpdateRecipientsInLog( ODataService ctx, string instanceId, string dispatcherId, IEnumerable<ShipmentInformation> shipmentInfos )
Parameters
- ctx
- Type: ODataService
OData context - instanceId
- Type: SystemString
Workflow instance id - dispatcherId
- Type: SystemString
Dispatcher identifier - shipmentInfos
- Type: System.Collections.GenericIEnumerableShipmentInformation
Shipment information
See Also