ActivityFunctionsUpdateRecipientsInLog Method

Scanjour Workflow4 Reference Manual
Update SmartPost recipient message logs with current shipment states

Namespace:  Scanjour.Workflow4.ActivityLibrary
Assembly:  Scanjour.Workflow4.ActivityLibrary_21.3.0.0 (in Scanjour.Workflow4.ActivityLibrary_21.3.0.0.dll) Version: 21.3.0.0 (21.3.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

Reference