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": "a2ae0afe-d425-47eb-b7b4-6ccccafd6a52",
  "integrationId": "a7004cb7-946e-4421-93a1-6db36f67c1e4"
}

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>a7004cb7-946e-4421-93a1-6db36f67c1e4</IntegrationId>
  <TenantId>a2ae0afe-d425-47eb-b7b4-6ccccafd6a52</TenantId>
</RunIntegrationMessageBody>