GET edit/gis/remap?section={section}&layerid={layerid}&newlayer={newlayer}&attr={attr}&attrnew={attrnew}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| section | integer |
Required |
|
| layerid | integer |
Required |
|
| newlayer | integer |
Required |
|
| attr | string |
Required |
|
| attrnew | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of SaveResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Result | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Result": "sample string 1"
},
{
"Result": "sample string 1"
}
]