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": "6e1cbee5-817f-498a-9b87-fd9d6e9b3ece",
  "tenantId": "9682c90f-e1f8-4d41-9cf9-fa517d0668bd",
  "applicationId": "b84ea7d7-f8df-4d24-aa99-45d0276801e9",
  "integrationTypeId": "66d9f994-f3b8-4765-9967-6cf61d6d6957",
  "integrationTypeLookupKey": "sample string 5",
  "name": "sample string 6",
  "description": "sample string 7",
  "createdDateUtc": "2025-12-15T19:41:02.1179237+00:00",
  "updatedDateUtc": "2025-12-15T19:41:02.1179237+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-12-15T19:41:02.1179237+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2025-12-15T19:41:02.1179237+00:00</UpdatedDateUtc>
  <ApplicationId>b84ea7d7-f8df-4d24-aa99-45d0276801e9</ApplicationId>
  <Description>sample string 7</Description>
  <IntegrationId>6e1cbee5-817f-498a-9b87-fd9d6e9b3ece</IntegrationId>
  <IntegrationTypeId>66d9f994-f3b8-4765-9967-6cf61d6d6957</IntegrationTypeId>
  <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
  <Name>sample string 6</Name>
  <TenantId>9682c90f-e1f8-4d41-9cf9-fa517d0668bd</TenantId>
</IntegrationRepresentation>

application/x-www-form-urlencoded

Sample:

Sample not available.