Update Smartpost recipient message log with current shipment state, based on recipient addresskey
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 UpdateRecipientShipmentStateInLog( ODataService ctx, string instanceId, string recipientAddresskey, MessageShipmentProcessState state )
Parameters
- ctx
- Type: ODataService
OData context - instanceId
- Type: SystemString
Workflow instance id - recipientAddresskey
- Type: SystemString
Addresskey for recipient - state
- Type: WorkZone.Dispatcher.Base.MessagesMessageShipmentProcessState
State to set
See Also