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": "4e3f426f-1297-4a9a-be78-3971602b0a1e",
  "integrationId": "e06066e0-eb67-4a57-815c-94d8387db8e6"
}

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>e06066e0-eb67-4a57-815c-94d8387db8e6</IntegrationId>
  <TenantId>4e3f426f-1297-4a9a-be78-3971602b0a1e</TenantId>
</RunIntegrationMessageBody>