Gets an example of the message body format for a "RunIntegration" message.
{
"tenantId": "d8547777-589f-48a2-a2ba-de0fa7e6b4e9",
"integrationId": "fc2d5677-6c77-4bd7-9572-09ec64a02189"
}
<RunIntegrationMessageBody xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BlueDot.Cyan.Server.Core.Models.Messaging"> <IntegrationId>fc2d5677-6c77-4bd7-9572-09ec64a02189</IntegrationId> <TenantId>d8547777-589f-48a2-a2ba-de0fa7e6b4e9</TenantId> </RunIntegrationMessageBody>