POST rest/XGIS/CreateExtDBLayer

Request Information

URI Parameters

None.

Body Parameters

ExtDBLayerData
NameDescriptionTypeAdditional information
LayerName

string

None.

DBKey

string

None.

TableName

string

None.

PrimKey

string

None.

GeoKey

string

None.

GeoType

GeoType

None.

Filter

string

None.

CoordinateSystems

string

None.

Request Formats

application/json, text/json

Sample:
{
  "LayerName": "sample string 1",
  "DBKey": "sample string 2",
  "TableName": "sample string 3",
  "PrimKey": "sample string 4",
  "GeoKey": "sample string 5",
  "GeoType": 0,
  "Filter": "sample string 6",
  "CoordinateSystems": "sample string 7"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

JsonResultOfInt32
NameDescriptionTypeAdditional information
ErrorMsg

string

None.

isSuccess

boolean

None.

Result

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "ErrorMsg": "sample string 1",
  "isSuccess": true,
  "Result": 3
}

text/javascript, application/javascript, application/json-p

Sample:
/**/ typeof  === 'function' && ({"ErrorMsg":"sample string 1","isSuccess":true,"Result":3});