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": "3a2b2d41-84e2-4cff-8412-94fdcb65e1e6",
  "tenantId": "1af809aa-1bf7-40a2-9af8-a88ce454b534",
  "applicationId": "40a0b873-a775-4b23-a18a-11007f0dcd7f",
  "integrationTypeId": "c2ed45b4-3432-458e-a2d5-1c96c112904f",
  "integrationTypeLookupKey": "sample string 5",
  "name": "sample string 6",
  "description": "sample string 7",
  "createdDateUtc": "2026-07-22T14:53:46.1987986+00:00",
  "updatedDateUtc": "2026-07-22T14:53:46.1987986+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-07-22T14:53:46.1987986+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2026-07-22T14:53:46.1987986+00:00</UpdatedDateUtc>
  <ApplicationId>40a0b873-a775-4b23-a18a-11007f0dcd7f</ApplicationId>
  <Description>sample string 7</Description>
  <IntegrationId>3a2b2d41-84e2-4cff-8412-94fdcb65e1e6</IntegrationId>
  <IntegrationTypeId>c2ed45b4-3432-458e-a2d5-1c96c112904f</IntegrationTypeId>
  <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
  <Name>sample string 6</Name>
  <TenantId>1af809aa-1bf7-40a2-9af8-a88ce454b534</TenantId>
</IntegrationRepresentation>

application/x-www-form-urlencoded

Sample:

Sample not available.