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": "1135ede2-dc02-4b49-a379-77098c6ae745",
"UserId": "d70a43ab-fc8e-40e8-b0cd-e5cfa710d17e",
"ApplicationId": "3ca406a6-99ba-4a6d-918e-c5a73c1c2aa7"
}
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>3ca406a6-99ba-4a6d-918e-c5a73c1c2aa7</ApplicationId> <Context>1135ede2-dc02-4b49-a379-77098c6ae745</Context> <ContextField>sample string 2</ContextField> <UserId>d70a43ab-fc8e-40e8-b0cd-e5cfa710d17e</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.