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": "4c35c66d-6446-4313-a28a-6540f518a23a",
"UserId": "27a296bc-74f1-4f57-acf8-b47be4da8463",
"ApplicationId": "b63bfe90-6fb7-4169-a705-510767f28980"
}
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>b63bfe90-6fb7-4169-a705-510767f28980</ApplicationId> <Context>4c35c66d-6446-4313-a28a-6540f518a23a</Context> <ContextField>sample string 2</ContextField> <UserId>27a296bc-74f1-4f57-acf8-b47be4da8463</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.