Gets an example of the message body format for a "RunIntegration" message.
{
"tenantId": "51be5dd9-8658-48dd-a329-410cf56f7488",
"integrationId": "4ed61a68-d130-4d23-b94d-1a8b672dbeb0"
}
<RunIntegrationMessageBody xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BlueDot.Cyan.Server.Core.Models.Messaging"> <IntegrationId>4ed61a68-d130-4d23-b94d-1a8b672dbeb0</IntegrationId> <TenantId>51be5dd9-8658-48dd-a329-410cf56f7488</TenantId> </RunIntegrationMessageBody>