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": "d8547777-589f-48a2-a2ba-de0fa7e6b4e9",
  "integrationId": "fc2d5677-6c77-4bd7-9572-09ec64a02189"
}

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>fc2d5677-6c77-4bd7-9572-09ec64a02189</IntegrationId>
  <TenantId>d8547777-589f-48a2-a2ba-de0fa7e6b4e9</TenantId>
</RunIntegrationMessageBody>