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": "aac10bef-0b7b-468f-aea4-adb6177a2113",
  "integrationId": "bc84e213-24f2-4fba-8ade-76bcf23db1d4"
}

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>bc84e213-24f2-4fba-8ade-76bcf23db1d4</IntegrationId>
  <TenantId>aac10bef-0b7b-468f-aea4-adb6177a2113</TenantId>
</RunIntegrationMessageBody>