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": "60a3add6-3964-4070-8a5d-c2473658716e",
  "tenantId": "b7ebbe5d-c57b-49ec-b6f1-da9c0709501a",
  "applicationId": "b2cf5869-2306-4104-a51e-d2990d95cd9f",
  "integrationTypeId": "986d299d-546b-48bc-8a7e-bc4194241048",
  "integrationTypeLookupKey": "sample string 5",
  "name": "sample string 6",
  "description": "sample string 7",
  "createdDateUtc": "2025-06-02T03:40:23.5506694+00:00",
  "updatedDateUtc": "2025-06-02T03:40:23.5506694+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>2025-06-02T03:40:23.5506694+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2025-06-02T03:40:23.5506694+00:00</UpdatedDateUtc>
  <ApplicationId>b2cf5869-2306-4104-a51e-d2990d95cd9f</ApplicationId>
  <Description>sample string 7</Description>
  <IntegrationId>60a3add6-3964-4070-8a5d-c2473658716e</IntegrationId>
  <IntegrationTypeId>986d299d-546b-48bc-8a7e-bc4194241048</IntegrationTypeId>
  <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
  <Name>sample string 6</Name>
  <TenantId>b7ebbe5d-c57b-49ec-b6f1-da9c0709501a</TenantId>
</IntegrationRepresentation>

application/x-www-form-urlencoded

Sample:

Sample not available.