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": "5c33891a-3db6-4546-acba-6427e99543a5",
  "tenantId": "58e12ed3-357d-4888-a699-58a783944ac0",
  "applicationId": "b5f446b0-2445-4f39-bcf3-78ea69004089",
  "integrationTypeId": "043d118d-b1ae-4644-908f-14fe9ab3665c",
  "integrationTypeLookupKey": "sample string 5",
  "name": "sample string 6",
  "description": "sample string 7",
  "createdDateUtc": "2026-03-14T07:23:39.1236243+00:00",
  "updatedDateUtc": "2026-03-14T07:23:39.1236243+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-14T07:23:39.1236243+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2026-03-14T07:23:39.1236243+00:00</UpdatedDateUtc>
  <ApplicationId>b5f446b0-2445-4f39-bcf3-78ea69004089</ApplicationId>
  <Description>sample string 7</Description>
  <IntegrationId>5c33891a-3db6-4546-acba-6427e99543a5</IntegrationId>
  <IntegrationTypeId>043d118d-b1ae-4644-908f-14fe9ab3665c</IntegrationTypeId>
  <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
  <Name>sample string 6</Name>
  <TenantId>58e12ed3-357d-4888-a699-58a783944ac0</TenantId>
</IntegrationRepresentation>

application/x-www-form-urlencoded

Sample:

Sample not available.