POST api/Map/SavePoint
Request Information
URI Parameters
None.
Body Parameters
QQC_MAPName | 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-05-06T07:31:10.0053501+08:00" }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"