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": "7dae3082-a5d3-401b-a46d-66f398aed279",
  "integrationId": "c66458b6-9107-4fac-9538-48cdca68f363"
}

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>c66458b6-9107-4fac-9538-48cdca68f363</IntegrationId>
  <TenantId>7dae3082-a5d3-401b-a46d-66f398aed279</TenantId>
</RunIntegrationMessageBody>