Creates an Integration resource within a tenant.
| Name | Description | Additional information |
|---|---|---|
| integrationRepresentation |
Define this parameter in the request body. |
{
"integrationId": "11866452-512e-4368-bbc9-25b7747b132e",
"tenantId": "4f793eff-26ff-442a-9cc7-072ec13cd6a1",
"applicationId": "6c1db6e6-c28f-4992-aafc-c406a6ab11a4",
"integrationTypeId": "15802264-f289-41eb-8cbc-545e868c21f2",
"integrationTypeLookupKey": "sample string 5",
"name": "sample string 6",
"description": "sample string 7",
"createdDateUtc": "2026-07-10T02:10:38.2306997+00:00",
"updatedDateUtc": "2026-07-10T02:10:38.2306997+00:00"
}
<IntegrationRepresentation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BlueDot.Cyan.Server.Core.Models.Rest.Version1"> <CreatedDateUtc>2026-07-10T02:10:38.2306997+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-07-10T02:10:38.2306997+00:00</UpdatedDateUtc> <ApplicationId>6c1db6e6-c28f-4992-aafc-c406a6ab11a4</ApplicationId> <Description>sample string 7</Description> <IntegrationId>11866452-512e-4368-bbc9-25b7747b132e</IntegrationId> <IntegrationTypeId>15802264-f289-41eb-8cbc-545e868c21f2</IntegrationTypeId> <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey> <Name>sample string 6</Name> <TenantId>4f793eff-26ff-442a-9cc7-072ec13cd6a1</TenantId> </IntegrationRepresentation>