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": "63fe6d3a-30dd-41d0-8409-20d2cf1acc89",
  "tenantId": "321fe27f-a556-4630-af0d-228acadad0f2",
  "applicationId": "75064539-bd8c-49df-ab70-c5f88a81f097",
  "integrationTypeId": "27122f2d-21f1-4a80-9480-0bde2afd5038",
  "integrationTypeLookupKey": "sample string 5",
  "name": "sample string 6",
  "description": "sample string 7",
  "createdDateUtc": "2026-08-14T08:17:50.3742623+00:00",
  "updatedDateUtc": "2026-08-14T08:17:50.3742623+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-08-14T08:17:50.3742623+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2026-08-14T08:17:50.3742623+00:00</UpdatedDateUtc>
  <ApplicationId>75064539-bd8c-49df-ab70-c5f88a81f097</ApplicationId>
  <Description>sample string 7</Description>
  <IntegrationId>63fe6d3a-30dd-41d0-8409-20d2cf1acc89</IntegrationId>
  <IntegrationTypeId>27122f2d-21f1-4a80-9480-0bde2afd5038</IntegrationTypeId>
  <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
  <Name>sample string 6</Name>
  <TenantId>321fe27f-a556-4630-af0d-228acadad0f2</TenantId>
</IntegrationRepresentation>

application/x-www-form-urlencoded

Sample:

Sample not available.