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": "de6aaaa0-860c-4f08-a43c-03b8f5891264",
  "integrationId": "a4fa11d6-50b1-482a-9bc1-7637256044e3"
}

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>a4fa11d6-50b1-482a-9bc1-7637256044e3</IntegrationId>
  <TenantId>de6aaaa0-860c-4f08-a43c-03b8f5891264</TenantId>
</RunIntegrationMessageBody>