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": "b6d1d9d8-bd87-4f52-affe-bb1b829e901a",
  "tenantId": "263fe329-602a-4fd5-b497-238f10610c84",
  "applicationId": "19e61e93-bab3-446c-b32e-6ff8afb90880",
  "integrationTypeId": "4e7c18e6-a8b2-4f37-a0dd-bea2257a9a6f",
  "integrationTypeLookupKey": "sample string 5",
  "name": "sample string 6",
  "description": "sample string 7",
  "createdDateUtc": "2025-09-01T19:22:17.9793798+00:00",
  "updatedDateUtc": "2025-09-01T19:22:17.9793798+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-09-01T19:22:17.9793798+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2025-09-01T19:22:17.9793798+00:00</UpdatedDateUtc>
  <ApplicationId>19e61e93-bab3-446c-b32e-6ff8afb90880</ApplicationId>
  <Description>sample string 7</Description>
  <IntegrationId>b6d1d9d8-bd87-4f52-affe-bb1b829e901a</IntegrationId>
  <IntegrationTypeId>4e7c18e6-a8b2-4f37-a0dd-bea2257a9a6f</IntegrationTypeId>
  <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
  <Name>sample string 6</Name>
  <TenantId>263fe329-602a-4fd5-b497-238f10610c84</TenantId>
</IntegrationRepresentation>

application/x-www-form-urlencoded

Sample:

Sample not available.