Gets an example of the message body format for a "RunIntegration" message.
{
"tenantId": "0d3b577a-555f-46c4-a81e-650278c3bb2f",
"integrationId": "8037032d-d966-4989-b3fd-22ad2dd65d68"
}
<RunIntegrationMessageBody xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BlueDot.Cyan.Server.Core.Models.Messaging"> <IntegrationId>8037032d-d966-4989-b3fd-22ad2dd65d68</IntegrationId> <TenantId>0d3b577a-555f-46c4-a81e-650278c3bb2f</TenantId> </RunIntegrationMessageBody>