POST api/Map/SavePoint

Request Information

URI Parameters

None.

Body Parameters

QQC_MAP
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'QQC_MAP'.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"