Update SmartPost recipient message log with current shipment state
Namespace: Scanjour.Workflow4.ActivityLibrary
Assembly: Scanjour.Workflow4.ActivityLibrary_19.1.6.0 (in Scanjour.Workflow4.ActivityLibrary_19.1.6.0.dll) Version: 19.1.6.0 (19.1.6.0)
Syntax
public static void UpdateRecipientInLog( ODataService ctx, string instanceId, string recordId, string dispatcherId, string externalMessageId, MessageShipmentProcessState state, string errorMessage = null )
Parameters
- ctx
- Type: ODataService
OData context - instanceId
- Type: SystemString
Workflow instance id - recordId
- Type: SystemString
Record id of message document - dispatcherId
- Type: SystemString
Dispatcher identifier - externalMessageId
- Type: SystemString
External system message iddentifier - state
- Type: WorkZone.Dispatcher.Base.MessagesMessageShipmentProcessState
State to set - errorMessage (Optional)
- Type: SystemString
[Missing <param name="errorMessage"/> documentation for "M:Scanjour.Workflow4.ActivityLibrary.ActivityFunctions.UpdateRecipientInLog(Scanjour.Process.OData.Client.Proxy.ODataService,System.String,System.String,System.String,System.String,WorkZone.Dispatcher.Base.Messages.MessageShipmentProcessState,System.String)"]
See Also