POST api/convergenceworkflow/sendworkflowmessage
Request Information
URI Parameters
None.
Body Parameters
ConvergenceWorkflowMessageModelName | Description | Type | Additional information |
---|---|---|---|
WorkflowMessage | string |
None. |
|
ContextField | string |
None. |
|
Context | globally unique identifier |
None. |
|
UserId | globally unique identifier |
None. |
|
ApplicationId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "WorkflowMessage": "sample string 1", "ContextField": "sample string 2", "Context": "38633acb-e467-4c12-8fd7-81aea154b3ae", "UserId": "c4211e3e-2378-41b3-b7aa-4caaaabcd8af", "ApplicationId": "9d44fcb9-65b8-49ef-92f0-d1bafd946ba9" }
application/xml, text/xml
Sample:
<ConvergenceWorkflowMessageModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Convergence.Api.Models"> <ApplicationId>9d44fcb9-65b8-49ef-92f0-d1bafd946ba9</ApplicationId> <Context>38633acb-e467-4c12-8fd7-81aea154b3ae</Context> <ContextField>sample string 2</ContextField> <UserId>c4211e3e-2378-41b3-b7aa-4caaaabcd8af</UserId> <WorkflowMessage>sample string 1</WorkflowMessage> </ConvergenceWorkflowMessageModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.