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": "00553ff4-dd2a-4ebc-91c4-eaa19406b90f",
  "integrationId": "e53db0d8-c86c-485b-96b2-f516c5b6cbb0"
}

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>e53db0d8-c86c-485b-96b2-f516c5b6cbb0</IntegrationId>
  <TenantId>00553ff4-dd2a-4ebc-91c4-eaa19406b90f</TenantId>
</RunIntegrationMessageBody>