Gets an example of the message body format for a "RunIntegration" message.
{
"tenantId": "9962829e-7f0b-46bd-9d9b-79bbeb5410e1",
"integrationId": "b0de1742-9fad-4252-94ed-83eba67d1629"
}
<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>