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": "4cdaee18-dd12-44aa-ab77-930ef8809714",
  "integrationId": "75b3a0c3-4fcd-47ad-a0d2-347ad7d1b366"
}

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>75b3a0c3-4fcd-47ad-a0d2-347ad7d1b366</IntegrationId>
  <TenantId>4cdaee18-dd12-44aa-ab77-930ef8809714</TenantId>
</RunIntegrationMessageBody>