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": "3feb7335-2945-4456-a1ad-2e555a68862a",
  "integrationId": "1560d02f-a1bc-4436-ad1c-f318f4487c26"
}

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>1560d02f-a1bc-4436-ad1c-f318f4487c26</IntegrationId>
  <TenantId>3feb7335-2945-4456-a1ad-2e555a68862a</TenantId>
</RunIntegrationMessageBody>