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": "381e6311-1f22-422e-b186-c6403ea0b7d0",
  "integrationId": "d9663a55-6995-4b75-8eb2-5da58365c18a"
}

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>d9663a55-6995-4b75-8eb2-5da58365c18a</IntegrationId>
  <TenantId>381e6311-1f22-422e-b186-c6403ea0b7d0</TenantId>
</RunIntegrationMessageBody>