POST api/DataModel/UpdateTargetItems
Request Information
URI Parameters
None.
Body Parameters
Targetdata| Name | Description | Type | Additional information |
|---|---|---|---|
| V_TARGET_TABLE_TYPE | string |
None. |
|
| V_TARGET_PHYSICAL_TABLE | string |
None. |
|
| V_TARGET_PHYSICAL_COLUMN | string |
None. |
|
| V_TARGET_DATA_TYPE | string |
None. |
|
| V_NULL_ALLOWED | string |
None. |
|
| V_COLUMN_IS_PK | string |
None. |
|
| V_ORACLE_VERSION | string |
None. |
|
| V_TARGET_DEFINITION | string |
None. |
|
| V_LOGICAL_TABLE | string |
None. |
|
| V_LOGICAL_COLUMN | string |
None. |
|
| V_TARGET_DATABASE | string |
None. |
|
| N_UPLOAD_KEY | string |
None. |
|
| V_LAST_MODIFIED_BY | string |
None. |
|
| Type | string |
None. |
|
| v_enterprise_data_definition | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"V_TARGET_TABLE_TYPE": "sample string 1",
"V_TARGET_PHYSICAL_TABLE": "sample string 2",
"V_TARGET_PHYSICAL_COLUMN": "sample string 3",
"V_TARGET_DATA_TYPE": "sample string 4",
"V_NULL_ALLOWED": "sample string 5",
"V_COLUMN_IS_PK": "sample string 6",
"V_ORACLE_VERSION": "sample string 7",
"V_TARGET_DEFINITION": "sample string 8",
"V_LOGICAL_TABLE": "sample string 9",
"V_LOGICAL_COLUMN": "sample string 10",
"V_TARGET_DATABASE": "sample string 11",
"N_UPLOAD_KEY": "sample string 12",
"V_LAST_MODIFIED_BY": "sample string 13",
"Type": "sample string 14",
"v_enterprise_data_definition": "sample string 15"
}
application/xml, text/xml
Sample:
<Targetdata xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OauthApi.Models"> <N_UPLOAD_KEY>sample string 12</N_UPLOAD_KEY> <Type>sample string 14</Type> <V_COLUMN_IS_PK>sample string 6</V_COLUMN_IS_PK> <V_LAST_MODIFIED_BY>sample string 13</V_LAST_MODIFIED_BY> <V_LOGICAL_COLUMN>sample string 10</V_LOGICAL_COLUMN> <V_LOGICAL_TABLE>sample string 9</V_LOGICAL_TABLE> <V_NULL_ALLOWED>sample string 5</V_NULL_ALLOWED> <V_ORACLE_VERSION>sample string 7</V_ORACLE_VERSION> <V_TARGET_DATABASE>sample string 11</V_TARGET_DATABASE> <V_TARGET_DATA_TYPE>sample string 4</V_TARGET_DATA_TYPE> <V_TARGET_DEFINITION>sample string 8</V_TARGET_DEFINITION> <V_TARGET_PHYSICAL_COLUMN>sample string 3</V_TARGET_PHYSICAL_COLUMN> <V_TARGET_PHYSICAL_TABLE>sample string 2</V_TARGET_PHYSICAL_TABLE> <V_TARGET_TABLE_TYPE>sample string 1</V_TARGET_TABLE_TYPE> <v_enterprise_data_definition>sample string 15</v_enterprise_data_definition> </Targetdata>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1
application/xml, text/xml
Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>