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": "142b5f7a-31ff-4ebc-ae7a-a8801bc45b07",
  "integrationId": "0ee0d444-2b37-4c72-9e20-a33ff3a8fa68"
}

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>0ee0d444-2b37-4c72-9e20-a33ff3a8fa68</IntegrationId>
  <TenantId>142b5f7a-31ff-4ebc-ae7a-a8801bc45b07</TenantId>
</RunIntegrationMessageBody>