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": "9962829e-7f0b-46bd-9d9b-79bbeb5410e1",
  "integrationId": "b0de1742-9fad-4252-94ed-83eba67d1629"
}

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>b0de1742-9fad-4252-94ed-83eba67d1629</IntegrationId>
  <TenantId>9962829e-7f0b-46bd-9d9b-79bbeb5410e1</TenantId>
</RunIntegrationMessageBody>