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": "63f859a1-17a3-4275-9860-a39d701c0b67",
  "integrationId": "a86a09c7-5d58-456d-981c-a3c69a52b590"
}

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>a86a09c7-5d58-456d-981c-a3c69a52b590</IntegrationId>
  <TenantId>63f859a1-17a3-4275-9860-a39d701c0b67</TenantId>
</RunIntegrationMessageBody>