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": "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"
}

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-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>

application/x-www-form-urlencoded

Sample:

Sample not available.