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": "11866452-512e-4368-bbc9-25b7747b132e",
  "tenantId": "4f793eff-26ff-442a-9cc7-072ec13cd6a1",
  "applicationId": "6c1db6e6-c28f-4992-aafc-c406a6ab11a4",
  "integrationTypeId": "15802264-f289-41eb-8cbc-545e868c21f2",
  "integrationTypeLookupKey": "sample string 5",
  "name": "sample string 6",
  "description": "sample string 7",
  "createdDateUtc": "2026-07-10T02:10:38.2306997+00:00",
  "updatedDateUtc": "2026-07-10T02:10:38.2306997+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-10T02:10:38.2306997+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2026-07-10T02:10:38.2306997+00:00</UpdatedDateUtc>
  <ApplicationId>6c1db6e6-c28f-4992-aafc-c406a6ab11a4</ApplicationId>
  <Description>sample string 7</Description>
  <IntegrationId>11866452-512e-4368-bbc9-25b7747b132e</IntegrationId>
  <IntegrationTypeId>15802264-f289-41eb-8cbc-545e868c21f2</IntegrationTypeId>
  <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
  <Name>sample string 6</Name>
  <TenantId>4f793eff-26ff-442a-9cc7-072ec13cd6a1</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'.