Creates an Integration resource within a tenant.
| Name | Description | Additional information |
|---|---|---|
| integrationRepresentation |
Define this parameter in the request body. |
{
"integrationId": "fbe4de1c-aabc-4076-9028-8b1be09d05e7",
"tenantId": "74ccdbb4-f304-4000-a631-6bf2e2c328a5",
"applicationId": "c59f0da5-1b3b-4f20-a2e2-0d335ecdf9c6",
"integrationTypeId": "76d5b461-207a-4033-a02b-c3e3ee992940",
"integrationTypeLookupKey": "sample string 5",
"name": "sample string 6",
"description": "sample string 7",
"createdDateUtc": "2026-05-10T12:14:27.3693171+00:00",
"updatedDateUtc": "2026-05-10T12:14:27.3693171+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-05-10T12:14:27.3693171+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-05-10T12:14:27.3693171+00:00</UpdatedDateUtc> <ApplicationId>c59f0da5-1b3b-4f20-a2e2-0d335ecdf9c6</ApplicationId> <Description>sample string 7</Description> <IntegrationId>fbe4de1c-aabc-4076-9028-8b1be09d05e7</IntegrationId> <IntegrationTypeId>76d5b461-207a-4033-a02b-c3e3ee992940</IntegrationTypeId> <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey> <Name>sample string 6</Name> <TenantId>74ccdbb4-f304-4000-a631-6bf2e2c328a5</TenantId> </IntegrationRepresentation>
Sample not available.