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": "69d7edc3-4842-4ce9-be3c-b364950f8fd6",
  "tenantId": "36b8dded-699c-4b37-a3e8-672831afd046",
  "applicationId": "d0f34dc3-ac05-4103-8359-9291490b8d60",
  "integrationTypeId": "4350997d-c9a8-4c04-a91e-f3d482f26c85",
  "integrationTypeLookupKey": "sample string 5",
  "name": "sample string 6",
  "description": "sample string 7",
  "createdDateUtc": "2026-04-24T23:47:46.0577455+00:00",
  "updatedDateUtc": "2026-04-24T23:47:46.0577455+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-04-24T23:47:46.0577455+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2026-04-24T23:47:46.0577455+00:00</UpdatedDateUtc>
  <ApplicationId>d0f34dc3-ac05-4103-8359-9291490b8d60</ApplicationId>
  <Description>sample string 7</Description>
  <IntegrationId>69d7edc3-4842-4ce9-be3c-b364950f8fd6</IntegrationId>
  <IntegrationTypeId>4350997d-c9a8-4c04-a91e-f3d482f26c85</IntegrationTypeId>
  <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
  <Name>sample string 6</Name>
  <TenantId>36b8dded-699c-4b37-a3e8-672831afd046</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'.