POST api/DataModel/UpdateSourceItems

Request Information

URI Parameters

None.

Body Parameters

DataModelSource
NameDescriptionTypeAdditional information
Type

string

None.

NLL

string

None.

SOURCE_TABLE

string

None.

SOURCE_COLUMN

string

None.

SOURCE_DATABASE

string

None.

SOURCE_TYPE

string

None.

SOURCE_DATA_TYPE

string

None.

SOURCE_NULL_ALLOWED

string

None.

SOURCE_COLUMN_IS_PK

string

None.

SOURCE_DEFINITION

string

None.

V_LOGICAL_TABLE

string

None.

V_LOGICAL_COLUMN

string

None.

SOURCE_CONFIDENTIALITY_FLAG

string

None.

SOR

string

None.

CREATED_BY

string

None.

CREATED_DATE

string

None.

SOURCE_KEY

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Type": "sample string 1",
  "NLL": "sample string 2",
  "SOURCE_TABLE": "sample string 3",
  "SOURCE_COLUMN": "sample string 4",
  "SOURCE_DATABASE": "sample string 5",
  "SOURCE_TYPE": "sample string 6",
  "SOURCE_DATA_TYPE": "sample string 7",
  "SOURCE_NULL_ALLOWED": "sample string 8",
  "SOURCE_COLUMN_IS_PK": "sample string 9",
  "SOURCE_DEFINITION": "sample string 10",
  "V_LOGICAL_TABLE": "sample string 11",
  "V_LOGICAL_COLUMN": "sample string 12",
  "SOURCE_CONFIDENTIALITY_FLAG": "sample string 13",
  "SOR": "sample string 14",
  "CREATED_BY": "sample string 15",
  "CREATED_DATE": "sample string 16",
  "SOURCE_KEY": "sample string 17"
}

application/xml, text/xml

Sample:
<DataModelSource xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OauthApi.Models">
  <CREATED_BY>sample string 15</CREATED_BY>
  <CREATED_DATE>sample string 16</CREATED_DATE>
  <NLL>sample string 2</NLL>
  <SOR>sample string 14</SOR>
  <SOURCE_COLUMN>sample string 4</SOURCE_COLUMN>
  <SOURCE_COLUMN_IS_PK>sample string 9</SOURCE_COLUMN_IS_PK>
  <SOURCE_CONFIDENTIALITY_FLAG>sample string 13</SOURCE_CONFIDENTIALITY_FLAG>
  <SOURCE_DATABASE>sample string 5</SOURCE_DATABASE>
  <SOURCE_DATA_TYPE>sample string 7</SOURCE_DATA_TYPE>
  <SOURCE_DEFINITION>sample string 10</SOURCE_DEFINITION>
  <SOURCE_KEY>sample string 17</SOURCE_KEY>
  <SOURCE_NULL_ALLOWED>sample string 8</SOURCE_NULL_ALLOWED>
  <SOURCE_TABLE>sample string 3</SOURCE_TABLE>
  <SOURCE_TYPE>sample string 6</SOURCE_TYPE>
  <Type>sample string 1</Type>
  <V_LOGICAL_COLUMN>sample string 12</V_LOGICAL_COLUMN>
  <V_LOGICAL_TABLE>sample string 11</V_LOGICAL_TABLE>
</DataModelSource>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

integer

Response Formats

application/json, text/json

Sample:
1

application/xml, text/xml

Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>