Creates an Integration resource within a tenant.
| Name | Description | Additional information |
|---|---|---|
| integrationRepresentation |
Define this parameter in the request body. |
{
"integrationId": "3a2b2d41-84e2-4cff-8412-94fdcb65e1e6",
"tenantId": "1af809aa-1bf7-40a2-9af8-a88ce454b534",
"applicationId": "40a0b873-a775-4b23-a18a-11007f0dcd7f",
"integrationTypeId": "c2ed45b4-3432-458e-a2d5-1c96c112904f",
"integrationTypeLookupKey": "sample string 5",
"name": "sample string 6",
"description": "sample string 7",
"createdDateUtc": "2026-07-22T14:53:46.1987986+00:00",
"updatedDateUtc": "2026-07-22T14:53:46.1987986+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-22T14:53:46.1987986+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-07-22T14:53:46.1987986+00:00</UpdatedDateUtc> <ApplicationId>40a0b873-a775-4b23-a18a-11007f0dcd7f</ApplicationId> <Description>sample string 7</Description> <IntegrationId>3a2b2d41-84e2-4cff-8412-94fdcb65e1e6</IntegrationId> <IntegrationTypeId>c2ed45b4-3432-458e-a2d5-1c96c112904f</IntegrationTypeId> <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey> <Name>sample string 6</Name> <TenantId>1af809aa-1bf7-40a2-9af8-a88ce454b534</TenantId> </IntegrationRepresentation>
Sample not available.