Gets an example of the message body format for a "RunIntegration" message.
{
"tenantId": "2968eaf3-92a7-4721-b034-1d3da8890e12",
"integrationId": "994a0786-c6c7-43d8-83c6-ddd383ac1964"
}
<RunIntegrationMessageBody xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BlueDot.Cyan.Server.Core.Models.Messaging"> <IntegrationId>994a0786-c6c7-43d8-83c6-ddd383ac1964</IntegrationId> <TenantId>2968eaf3-92a7-4721-b034-1d3da8890e12</TenantId> </RunIntegrationMessageBody>