ActivityFunctionsUpdateRecipientHandledManuallyInLog Method
Update SmartPost recipient message log with shipment state and sent by for shipments handled manually
Namespace: Scanjour.Workflow4.ActivityLibraryAssembly: Scanjour.Workflow4.ActivityLibrary_24.4.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.4.0.0.dll) Version: 24.4.0.0 (24.4.0.0)
public static void UpdateRecipientHandledManuallyInLog(
ODataService ctx,
string instanceId,
string recipientAddresskey,
string dispatcherId,
MessageShipmentProcessState state,
string errorMessage = null
)
Public Shared Sub UpdateRecipientHandledManuallyInLog (
ctx As ODataService,
instanceId As String,
recipientAddresskey As String,
dispatcherId As String,
state As MessageShipmentProcessState,
Optional errorMessage As String = Nothing
)
public:
static void UpdateRecipientHandledManuallyInLog(
ODataService^ ctx,
String^ instanceId,
String^ recipientAddresskey,
String^ dispatcherId,
MessageShipmentProcessState state,
String^ errorMessage = nullptr
)
static member UpdateRecipientHandledManuallyInLog :
ctx : ODataService *
instanceId : string *
recipientAddresskey : string *
dispatcherId : string *
state : MessageShipmentProcessState *
?errorMessage : string
(* Defaults:
let _errorMessage = defaultArg errorMessage null
*)
-> unit
Parameters
- ctx ODataService
- OData context
- instanceId String
- Workflow instance id
- recipientAddresskey String
- Addresskey for recipient
- dispatcherId String
- Dispatcher id
- state MessageShipmentProcessState
- State to set
- errorMessage String (Optional)
- The error message to be written. Null if the error shall not be updated.