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": "c2765520-bf2d-4b23-aca1-aef6d6bac866",
  "integrationId": "e067c70a-bb5c-4b5c-8a77-9e73041a7772"
}

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>e067c70a-bb5c-4b5c-8a77-9e73041a7772</IntegrationId>
  <TenantId>c2765520-bf2d-4b23-aca1-aef6d6bac866</TenantId>
</RunIntegrationMessageBody>