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": "fd399b0c-5db3-447b-9ccc-55d4e8d6766d",
  "tenantId": "a8e36a1e-25c6-49ff-a6b8-b31996e3f71e",
  "applicationId": "b9e98321-6774-449f-bb5d-fc476a1667fa",
  "integrationTypeId": "5bc6bd1a-9771-4540-96f5-ae5f5eacc73a",
  "integrationTypeLookupKey": "sample string 5",
  "name": "sample string 6",
  "description": "sample string 7",
  "createdDateUtc": "2026-04-28T12:07:35.7600406+00:00",
  "updatedDateUtc": "2026-04-28T12:07:35.7600406+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-04-28T12:07:35.7600406+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2026-04-28T12:07:35.7600406+00:00</UpdatedDateUtc>
  <ApplicationId>b9e98321-6774-449f-bb5d-fc476a1667fa</ApplicationId>
  <Description>sample string 7</Description>
  <IntegrationId>fd399b0c-5db3-447b-9ccc-55d4e8d6766d</IntegrationId>
  <IntegrationTypeId>5bc6bd1a-9771-4540-96f5-ae5f5eacc73a</IntegrationTypeId>
  <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
  <Name>sample string 6</Name>
  <TenantId>a8e36a1e-25c6-49ff-a6b8-b31996e3f71e</TenantId>
</IntegrationRepresentation>

application/x-www-form-urlencoded

Sample:

Sample not available.