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": "9edef222-0d2e-43c6-99c2-27b456ba4073",
  "tenantId": "9d699894-9656-4dd7-90bc-2b489dc66a92",
  "applicationId": "cdf3b726-ae77-4a8e-9bbf-362d06659401",
  "integrationTypeId": "336fbb42-176c-43e8-be7b-c74baecb0e6c",
  "integrationTypeLookupKey": "sample string 5",
  "name": "sample string 6",
  "description": "sample string 7",
  "createdDateUtc": "2026-02-04T01:50:51.3261082+00:00",
  "updatedDateUtc": "2026-02-04T01:50:51.3261082+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-02-04T01:50:51.3261082+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2026-02-04T01:50:51.3261082+00:00</UpdatedDateUtc>
  <ApplicationId>cdf3b726-ae77-4a8e-9bbf-362d06659401</ApplicationId>
  <Description>sample string 7</Description>
  <IntegrationId>9edef222-0d2e-43c6-99c2-27b456ba4073</IntegrationId>
  <IntegrationTypeId>336fbb42-176c-43e8-be7b-c74baecb0e6c</IntegrationTypeId>
  <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
  <Name>sample string 6</Name>
  <TenantId>9d699894-9656-4dd7-90bc-2b489dc66a92</TenantId>
</IntegrationRepresentation>

application/x-www-form-urlencoded

Sample:

Sample not available.