Update Smartpost recipient message log with shipment state and sent by for shipments handled manually
Namespace: Scanjour.Workflow4.ActivityLibrary
Assembly: Scanjour.Workflow4.ActivityLibrary_19.0.1.0 (in Scanjour.Workflow4.ActivityLibrary_19.0.1.0.dll) Version: 19.0.1.0 (19.0.1.0)
Syntax
public static void UpdateRecipientHandledManuallyInLog( ODataService ctx, string instanceId, string recipientAddresskey, string dispatcherId, MessageShipmentProcessState state )
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
See Also