Skip to main content
POST
/
api
/
v1
/
Data
/
CreateDataSource
cURL
curl --request POST \
  --url https://saas.pads365.com/rdx/NDS.Services.Data/api/v1/Data/CreateDataSource \
  --header 'Content-Type: application/json' \
  --data '{
  "Context": {
    "CorrelationId": "<string>",
    "User": "<string>",
    "UserId": "<string>",
    "Domain": "<string>",
    "SecondaryIdentities": [
      "<string>"
    ],
    "Claims": [
      {
        "Type": "<string>",
        "Value": "<string>"
      }
    ],
    "ImpersonationId": "<string>"
  },
  "Landscape": "<string>",
  "Namespace": "<string>",
  "DataSourceTypeId": "<string>",
  "Name": "<string>",
  "Description": "<string>",
  "Configuration": "<any>"
}'
{
  "Succeeded": true,
  "Message": "<string>",
  "Code": "<string>",
  "DataSource": {
    "Id": "<string>",
    "Type": {
      "Id": "<string>",
      "Name": "<string>",
      "Description": "<string>"
    },
    "Namespace": {
      "Name": "<string>"
    },
    "Name": "<string>",
    "Description": "<string>",
    "CreationDate": "2023-11-07T05:31:56Z",
    "UpdatedDate": "2023-11-07T05:31:56Z",
    "AuthorId": "<string>"
  }
}

Body

application/json
Context
object
Landscape
string | null
Namespace
string | null
DataSourceTypeId
string | null
Name
string | null
Description
string | null
Configuration
any

Response

200 - application/json
Succeeded
boolean
Message
string | null
Code
string | null
DataSource
object