Cyan Web API - Version 1


POST api/integrations

            Creates an Integration resource within a tenant.
            

Request Information

Parameters

NameDescriptionAdditional information
integrationRepresentation

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "integrationId": "4e55e92f-df33-4fc2-b897-fa8571eb50b7",
  "tenantId": "6647ecfe-ad42-4b1d-8257-89e83e45931b",
  "applicationId": "0b88652d-4eab-4a74-b203-f5dab9f447a1",
  "integrationTypeId": "f20b95ba-2a7f-48fb-8e14-5f4bcb18d102",
  "integrationTypeLookupKey": "sample string 5",
  "name": "sample string 6",
  "description": "sample string 7",
  "createdDateUtc": "2026-09-10T19:05:25.0867329+00:00",
  "updatedDateUtc": "2026-09-10T19:05:25.0867329+00:00"
}

application/xml, text/xml

Sample:
<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-09-10T19:05:25.0867329+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2026-09-10T19:05:25.0867329+00:00</UpdatedDateUtc>
  <ApplicationId>0b88652d-4eab-4a74-b203-f5dab9f447a1</ApplicationId>
  <Description>sample string 7</Description>
  <IntegrationId>4e55e92f-df33-4fc2-b897-fa8571eb50b7</IntegrationId>
  <IntegrationTypeId>f20b95ba-2a7f-48fb-8e14-5f4bcb18d102</IntegrationTypeId>
  <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
  <Name>sample string 6</Name>
  <TenantId>6647ecfe-ad42-4b1d-8257-89e83e45931b</TenantId>
</IntegrationRepresentation>

application/x-www-form-urlencoded

Sample:

Sample not available.