POST api/DataModel/Exporttargetmodel
Request Information
URI Parameters
None.
Body Parameters
DataModelHomeParams| Name | Description | Type | Additional information |
|---|---|---|---|
| length | integer |
None. |
|
| start | integer |
None. |
|
| iSortCol_0 | integer |
None. |
|
| sSortDir_0 | string |
None. |
|
| search | string |
None. |
|
| uploadstatus | string |
None. |
|
| targetDB | string |
None. |
|
| targettable | string |
None. |
|
| targetcolumn | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"length": 1,
"start": 2,
"iSortCol_0": 3,
"sSortDir_0": "sample string 4",
"search": "sample string 5",
"uploadstatus": "sample string 6",
"targetDB": "sample string 7",
"targettable": "sample string 8",
"targetcolumn": "sample string 9"
}
application/xml, text/xml
Sample:
<DataModelHomeParams xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OauthApi.Models"> <iSortCol_0>3</iSortCol_0> <length>1</length> <sSortDir_0>sample string 4</sSortDir_0> <search>sample string 5</search> <start>2</start> <targetDB>sample string 7</targetDB> <targetcolumn>sample string 9</targetcolumn> <targettable>sample string 8</targettable> <uploadstatus>sample string 6</uploadstatus> </DataModelHomeParams>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
DataTable| Name | Description | Type | Additional information |
|---|---|---|---|
| CaseSensitive | boolean |
None. |
|
| IsInitialized | boolean |
None. |
|
| RemotingFormat | SerializationFormat |
None. |
|
| ChildRelations | Collection of Object |
None. |
|
| Columns | Collection of Object |
None. |
|
| Constraints | Collection of Object |
None. |
|
| DataSet | DataSet |
None. |
|
| DefaultView | Collection of Object |
None. |
|
| DisplayExpression | string |
None. |
|
| ExtendedProperties | Dictionary of Object [key] and Object [value] |
None. |
|
| HasErrors | boolean |
None. |
|
| Locale | CultureInfo |
None. |
|
| MinimumCapacity | integer |
None. |
|
| ParentRelations | Collection of Object |
None. |
|
| PrimaryKey | Collection of DataColumn |
None. |
|
| Rows | Collection of Object |
None. |
|
| TableName | string |
None. |
|
| Namespace | string |
None. |
|
| Prefix | string |
None. |
|
| Site | ISite |
None. |
|
| Container | IContainer |
None. |
|
| DesignMode | boolean |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.