ActivityFunctionsUpdateRecipientShipmentStateInLog Method

Update SmartPost recipient message log with current shipment state, based on recipient address key

Definition

Namespace: Scanjour.Workflow4.ActivityLibrary
Assembly: Scanjour.Workflow4.ActivityLibrary_24.4.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.4.0.0.dll) Version: 24.4.0.0 (24.4.0.0)
C#
public static void UpdateRecipientShipmentStateInLog(
	ODataService ctx,
	string instanceId,
	string recipientAddressKey,
	MessageShipmentProcessState state,
	string errorMessage
)

Parameters

ctx  ODataService
OData context
instanceId  String
Workflow instance id
recipientAddressKey  String
Address key for recipient
state  MessageShipmentProcessState
State to set
errorMessage  String
Error message to set

See Also