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": "120a7683-fd6a-4f3f-b1f4-2f445b461e2a",
  "integrationId": "fb8da5c3-016b-4e05-b3d9-dec5d6bb82a7"
}

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>fb8da5c3-016b-4e05-b3d9-dec5d6bb82a7</IntegrationId>
  <TenantId>120a7683-fd6a-4f3f-b1f4-2f445b461e2a</TenantId>
</RunIntegrationMessageBody>