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": "30b42340-c577-46f6-9ae1-34b5d3f79d69",
  "integrationId": "1bc0fafa-f5bb-4fad-8605-e25c7df9aa13"
}

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>1bc0fafa-f5bb-4fad-8605-e25c7df9aa13</IntegrationId>
  <TenantId>30b42340-c577-46f6-9ae1-34b5d3f79d69</TenantId>
</RunIntegrationMessageBody>