POST api/convergenceworkflow/sendworkflowmessage
Request Information
URI Parameters
None.
Body Parameters
ConvergenceWorkflowMessageModel| Name | 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": "c6a62db1-d7ad-4410-8bec-12c402a88f96",
"UserId": "02dc97df-a4f7-486f-8b76-3719eec1bf86",
"ApplicationId": "dcf3fcc2-2020-4917-8903-1a90335988fa"
}
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>dcf3fcc2-2020-4917-8903-1a90335988fa</ApplicationId> <Context>c6a62db1-d7ad-4410-8bec-12c402a88f96</Context> <ContextField>sample string 2</ContextField> <UserId>02dc97df-a4f7-486f-8b76-3719eec1bf86</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.