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": "099a7b71-3d25-4fe3-b708-6dbce000cbb8",
  "integrationId": "2ec0b017-6b2f-477c-8e49-ded6ff924b8f"
}

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>2ec0b017-6b2f-477c-8e49-ded6ff924b8f</IntegrationId>
  <TenantId>099a7b71-3d25-4fe3-b708-6dbce000cbb8</TenantId>
</RunIntegrationMessageBody>