Update SmartPost recipient message log with shipment state and sent by for shipments handled manually
Namespace: Scanjour.Workflow4.ActivityLibrary
Assembly: Scanjour.Workflow4.ActivityLibrary_23.1.0.0 (in Scanjour.Workflow4.ActivityLibrary_23.1.0.0.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax
public static void UpdateRecipientHandledManuallyInLog( ODataService ctx, string instanceId, string recipientAddresskey, string dispatcherId, MessageShipmentProcessState state, string errorMessage = null )
Parameters
- ctx
- Type: ODataService
OData context - instanceId
- Type: SystemString
Workflow instance id - recipientAddresskey
- Type: SystemString
Addresskey for recipient - dispatcherId
- Type: SystemString
Dispatcher id - state
- Type: WorkZone.Dispatcher.Base.MessagesMessageShipmentProcessState
State to set - errorMessage (Optional)
- Type: SystemString
The error message to be written. Null if the error shall not be updated.
See Also