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": "1de1d31b-e74b-4a15-9239-d6ae454551e8",
  "tenantId": "c18ffa55-0325-4d4a-a300-edcddaedaec9",
  "applicationId": "0a1d7929-72e1-4109-b16b-b566144305df",
  "integrationTypeId": "18678213-8b42-4876-bdd4-b4aad46a0b24",
  "integrationTypeLookupKey": "sample string 5",
  "name": "sample string 6",
  "description": "sample string 7",
  "createdDateUtc": "2025-04-21T01:14:19.0416132+00:00",
  "updatedDateUtc": "2025-04-21T01:14:19.0416132+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-04-21T01:14:19.0416132+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2025-04-21T01:14:19.0416132+00:00</UpdatedDateUtc>
  <ApplicationId>0a1d7929-72e1-4109-b16b-b566144305df</ApplicationId>
  <Description>sample string 7</Description>
  <IntegrationId>1de1d31b-e74b-4a15-9239-d6ae454551e8</IntegrationId>
  <IntegrationTypeId>18678213-8b42-4876-bdd4-b4aad46a0b24</IntegrationTypeId>
  <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
  <Name>sample string 6</Name>
  <TenantId>c18ffa55-0325-4d4a-a300-edcddaedaec9</TenantId>
</IntegrationRepresentation>

application/x-www-form-urlencoded

Sample:

Sample not available.