POST api/convergenceworkflow/sendworkflowmessage

Request Information

URI Parameters

None.

Body Parameters

ConvergenceWorkflowMessageModel
NameDescriptionTypeAdditional 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": "9100cb0c-616a-4908-8141-c77472f9c6b5",
  "UserId": "86713f46-6765-49ae-8d81-a9dd25b584bf",
  "ApplicationId": "b04416db-27cf-40ef-9fbf-30ae69f65076"
}

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>b04416db-27cf-40ef-9fbf-30ae69f65076</ApplicationId>
  <Context>9100cb0c-616a-4908-8141-c77472f9c6b5</Context>
  <ContextField>sample string 2</ContextField>
  <UserId>86713f46-6765-49ae-8d81-a9dd25b584bf</UserId>
  <WorkflowMessage>sample string 1</WorkflowMessage>
</ConvergenceWorkflowMessageModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.