POST api/LockControl/UpdateGdDataAndState?GD_ids={GD_ids}&location={location}&address={address}&YY={YY}
根据ID更新GPS经纬度和预约状态
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| GD_ids | 云图中的记录ID |
Define this parameter in the request URI. |
| location | GPS经纬度(117.320171,39.089774) |
Define this parameter in the request URI. |
| address | 地址 |
Define this parameter in the request URI. |
| YY | 预约状态(T/F) |
Define this parameter in the request URI. |
Response Information
Json数据
Response body formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>