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": "d26a83bb-94cd-40c3-ae76-072a477e6c1e",
  "tenantId": "b8879b9a-3186-4db3-99bc-849fbaf3ff78",
  "applicationId": "0c5c8d2c-d811-4710-a33d-32adcdeb008c",
  "integrationTypeId": "3f28dba3-5377-48d4-9282-b5012bbc1330",
  "integrationTypeLookupKey": "sample string 5",
  "name": "sample string 6",
  "description": "sample string 7",
  "createdDateUtc": "2025-10-19T17:00:50.923436+00:00",
  "updatedDateUtc": "2025-10-19T17:00:50.923436+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>2025-10-19T17:00:50.923436+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2025-10-19T17:00:50.923436+00:00</UpdatedDateUtc>
  <ApplicationId>0c5c8d2c-d811-4710-a33d-32adcdeb008c</ApplicationId>
  <Description>sample string 7</Description>
  <IntegrationId>d26a83bb-94cd-40c3-ae76-072a477e6c1e</IntegrationId>
  <IntegrationTypeId>3f28dba3-5377-48d4-9282-b5012bbc1330</IntegrationTypeId>
  <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
  <Name>sample string 6</Name>
  <TenantId>b8879b9a-3186-4db3-99bc-849fbaf3ff78</TenantId>
</IntegrationRepresentation>

application/x-www-form-urlencoded

Sample:

Sample not available.