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": "5bb3fce9-a791-4989-af9d-cca35799f63a",
  "integrationId": "02cf509a-acc7-4488-a504-78962e1d5bce"
}

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>02cf509a-acc7-4488-a504-78962e1d5bce</IntegrationId>
  <TenantId>5bb3fce9-a791-4989-af9d-cca35799f63a</TenantId>
</RunIntegrationMessageBody>