Update SmartPost recipient message log with current shipment state, based on recipient address key
Namespace: Scanjour.Workflow4.ActivityLibrary
Assembly: Scanjour.Workflow4.ActivityLibrary_23.3.0.0 (in Scanjour.Workflow4.ActivityLibrary_23.3.0.0.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax
public static void UpdateRecipientShipmentStateInLog( ODataService ctx, string instanceId, string recipientAddressKey, MessageShipmentProcessState state, string errorMessage )
Parameters
- ctx
- Type: ODataService
OData context - instanceId
- Type: SystemString
Workflow instance id - recipientAddressKey
- Type: SystemString
Address key for recipient - state
- Type: WorkZone.Dispatcher.Base.MessagesMessageShipmentProcessState
State to set - errorMessage
- Type: SystemString
Error message to set
See Also