POST api/T_Location

上传坐标

Request Information

URI Parameters

None.

Body Parameters

入参{iUserId:'',cLon:'',cLat:''}

T_Location
NameDescriptionTypeAdditional information
id

串号

integer

None.

iUserId

用户id

globally unique identifier

None.

cLon

精度

string

None.

cLat

纬度

string

None.

dtCreateTime

时间

date

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "iUserId": "fe126ee8-927a-4f2f-916a-d7e10f53515b",
  "cLon": "sample string 2",
  "cLat": "sample string 3",
  "dtCreateTime": "2023-03-24T20:01:40.698682+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 'T_Location'.

Response Information

Resource Description

上传坐标

T_Location
NameDescriptionTypeAdditional information
id

串号

integer

None.

iUserId

用户id

globally unique identifier

None.

cLon

精度

string

None.

cLat

纬度

string

None.

dtCreateTime

时间

date

None.

Response Formats

application/json, text/json

Sample:
{
  "id": 1,
  "iUserId": "f629a5e7-a94a-4382-8199-f95b99ac821f",
  "cLon": "sample string 2",
  "cLat": "sample string 3",
  "dtCreateTime": "2023-03-24T20:01:40.7025895+08:00"
}