Creates an Integration resource within a tenant.
Name | Description | Additional information |
---|---|---|
integrationRepresentation |
Define this parameter in the request body. |
{ "integrationId": "4da098db-9991-4e00-b069-3e1b4963c73f", "tenantId": "37571986-53ee-4f20-87b9-cf52d2aab26f", "applicationId": "7c10bc04-e48b-4de8-afa2-d63b0464aba4", "integrationTypeId": "ea070558-f11b-4115-8e95-ad1d48263238", "integrationTypeLookupKey": "sample string 5", "name": "sample string 6", "description": "sample string 7", "createdDateUtc": "2025-07-07T07:34:12.7164236+00:00", "updatedDateUtc": "2025-07-07T07:34:12.7164236+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>2025-07-07T07:34:12.7164236+00:00</CreatedDateUtc> <UpdatedDateUtc>2025-07-07T07:34:12.7164236+00:00</UpdatedDateUtc> <ApplicationId>7c10bc04-e48b-4de8-afa2-d63b0464aba4</ApplicationId> <Description>sample string 7</Description> <IntegrationId>4da098db-9991-4e00-b069-3e1b4963c73f</IntegrationId> <IntegrationTypeId>ea070558-f11b-4115-8e95-ad1d48263238</IntegrationTypeId> <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey> <Name>sample string 6</Name> <TenantId>37571986-53ee-4f20-87b9-cf52d2aab26f</TenantId> </IntegrationRepresentation>
Sample not available.