POST ActionApi/T_Location/PostT_Location
上传坐标
Request Information
URI Parameters
None.
Body Parameters
入参{iUserId:'',cLon:'',cLat:''}
T_LocationName | Description | Type | Additional 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": "76dab496-069d-42cb-adfa-e1cf7e1126db", "cLon": "sample string 2", "cLat": "sample string 3", "dtCreateTime": "2022-08-16T02:16:55.6728575+08:00" }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
上传坐标
T_LocationName | Description | Type | Additional 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": "a9f3f893-bebe-47e8-a06d-148e7cecff00", "cLon": "sample string 2", "cLat": "sample string 3", "dtCreateTime": "2022-08-16T02:16:55.6767702+08:00" }