POST api/Map/SavePoint
Request Information
URI Parameters
None.
Body Parameters
QQC_MAP| Name | Description | Type | Additional information |
|---|---|---|---|
| EPSCODE | string |
None. |
|
| EPSNAME | string |
None. |
|
| LNG | decimal number |
None. |
|
| LNT | decimal number |
None. |
|
| EPSLEVEL | decimal number |
None. |
|
| CREATDATE | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"EPSCODE": "sample string 1",
"EPSNAME": "sample string 2",
"LNG": 1.0,
"LNT": 1.0,
"EPSLEVEL": 1.0,
"CREATDATE": "2025-12-15T21:32:02.1792263+08:00"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"