POST rest/XGIS/ImportLayer
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
JsonResultOfInt32Name | Description | Type | Additional 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});