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": "87a1e677-f504-46a0-819a-842abda6644c",
  "tenantId": "76770b3e-9e5d-4448-8c94-3c197e1fbd07",
  "applicationId": "743da418-63a0-4500-8f85-211329f18aee",
  "integrationTypeId": "a7038d58-913f-493b-90ae-238dc52eb5e0",
  "integrationTypeLookupKey": "sample string 5",
  "name": "sample string 6",
  "description": "sample string 7",
  "createdDateUtc": "2026-06-25T19:44:27.5881165+00:00",
  "updatedDateUtc": "2026-06-25T19:44:27.5881165+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-06-25T19:44:27.5881165+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2026-06-25T19:44:27.5881165+00:00</UpdatedDateUtc>
  <ApplicationId>743da418-63a0-4500-8f85-211329f18aee</ApplicationId>
  <Description>sample string 7</Description>
  <IntegrationId>87a1e677-f504-46a0-819a-842abda6644c</IntegrationId>
  <IntegrationTypeId>a7038d58-913f-493b-90ae-238dc52eb5e0</IntegrationTypeId>
  <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
  <Name>sample string 6</Name>
  <TenantId>76770b3e-9e5d-4448-8c94-3c197e1fbd07</TenantId>
</IntegrationRepresentation>

application/x-www-form-urlencoded

Sample:

Sample not available.