POST ActionApi/T_Location/PostT_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": "b32c1e0a-bc4d-49dc-acd0-d9388d990911",
  "cLon": "sample string 2",
  "cLat": "sample string 3",
  "dtCreateTime": "2023-03-23T16:41:27.4174152+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": "cd42a973-769d-444b-a668-18082bbe2650",
  "cLon": "sample string 2",
  "cLat": "sample string 3",
  "dtCreateTime": "2023-03-23T16:41:27.4222986+08:00"
}