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": "6bcd1cf1-1236-4742-bc28-f55a23949020",
"UserId": "a0a2bb08-a90c-4779-80b1-38c71bdf7ec7",
"ApplicationId": "14c471d1-0788-43b3-bc11-b20eb03533b6"
}
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>14c471d1-0788-43b3-bc11-b20eb03533b6</ApplicationId> <Context>6bcd1cf1-1236-4742-bc28-f55a23949020</Context> <ContextField>sample string 2</ContextField> <UserId>a0a2bb08-a90c-4779-80b1-38c71bdf7ec7</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.