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": "0cab50fe-c81c-4767-b409-78cafacd4767",
  "tenantId": "a0f7dc68-ee18-4191-b867-27dabeee1ac0",
  "applicationId": "a2c1cf5e-4044-48ea-a615-2981455e504f",
  "integrationTypeId": "fb73461e-bcf8-411e-99d0-fa4b3dc43a73",
  "integrationTypeLookupKey": "sample string 5",
  "name": "sample string 6",
  "description": "sample string 7",
  "createdDateUtc": "2026-03-29T10:51:11.3464337+00:00",
  "updatedDateUtc": "2026-03-29T10:51:11.3464337+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-03-29T10:51:11.3464337+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2026-03-29T10:51:11.3464337+00:00</UpdatedDateUtc>
  <ApplicationId>a2c1cf5e-4044-48ea-a615-2981455e504f</ApplicationId>
  <Description>sample string 7</Description>
  <IntegrationId>0cab50fe-c81c-4767-b409-78cafacd4767</IntegrationId>
  <IntegrationTypeId>fb73461e-bcf8-411e-99d0-fa4b3dc43a73</IntegrationTypeId>
  <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
  <Name>sample string 6</Name>
  <TenantId>a0f7dc68-ee18-4191-b867-27dabeee1ac0</TenantId>
</IntegrationRepresentation>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'IntegrationRepresentation'.