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": "1a9a2aa6-cc0c-4234-8e72-02d8ef51fe0d",
  "tenantId": "78989116-3ab2-42ec-94f5-0874114d9ebd",
  "applicationId": "43c02474-9ea2-4cda-92c0-6bd7be048794",
  "integrationTypeId": "d5d60008-9500-4fcb-b434-02b10d75889f",
  "integrationTypeLookupKey": "sample string 5",
  "name": "sample string 6",
  "description": "sample string 7",
  "createdDateUtc": "2024-08-30T01:07:19.2148738+00:00",
  "updatedDateUtc": "2024-08-30T01:07:19.2148738+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>2024-08-30T01:07:19.2148738+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2024-08-30T01:07:19.2148738+00:00</UpdatedDateUtc>
  <ApplicationId>43c02474-9ea2-4cda-92c0-6bd7be048794</ApplicationId>
  <Description>sample string 7</Description>
  <IntegrationId>1a9a2aa6-cc0c-4234-8e72-02d8ef51fe0d</IntegrationId>
  <IntegrationTypeId>d5d60008-9500-4fcb-b434-02b10d75889f</IntegrationTypeId>
  <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
  <Name>sample string 6</Name>
  <TenantId>78989116-3ab2-42ec-94f5-0874114d9ebd</TenantId>
</IntegrationRepresentation>

application/x-www-form-urlencoded

Sample:

Sample not available.