Cyan Web API - Version 1


GET api/messageBodies/runIntegration

            Gets an example of the message body format for a "RunIntegration" message.
            

Response Information

Response body formats

application/json, text/json

Sample:
{
  "tenantId": "5732fdf0-5aca-448b-9f90-f667f29b0d57",
  "integrationId": "48b97bf1-d2dc-404f-96b8-2c708081b91a"
}

application/xml, text/xml

Sample:
<RunIntegrationMessageBody xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BlueDot.Cyan.Server.Core.Models.Messaging">
  <IntegrationId>48b97bf1-d2dc-404f-96b8-2c708081b91a</IntegrationId>
  <TenantId>5732fdf0-5aca-448b-9f90-f667f29b0d57</TenantId>
</RunIntegrationMessageBody>