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": "b592b4ac-ee68-4e1c-a4a0-4784328466cb",
  "integrationId": "bf3649ea-ee56-49c8-af57-1863a9cb6a3d"
}

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>bf3649ea-ee56-49c8-af57-1863a9cb6a3d</IntegrationId>
  <TenantId>b592b4ac-ee68-4e1c-a4a0-4784328466cb</TenantId>
</RunIntegrationMessageBody>