POST edit/gis/filter/delete
Request Information
URI Parameters
None.
Body Parameters
DeleteGISFilterModel| Name | Description | Type | Additional information |
|---|---|---|---|
| iID | integer |
None. |
|
| ChangeDate | string |
None. |
|
| ChangeReason | string |
None. |
|
| ChangeBy | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"iID": 1,
"ChangeDate": "sample string 2",
"ChangeReason": "sample string 3",
"ChangeBy": "sample string 4"
}
application/x-www-form-urlencoded
Sample:
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"
}
]