POST ActionApi/T_StoreLocation/PostT_StoreLocation
更正门店坐标基准值
Request Information
URI Parameters
None.
Body Parameters
T_StoreLocationName | Description | Type | Additional information |
---|---|---|---|
id |
串号 |
integer |
None. |
cStoreCode |
门店编号 |
string |
None. |
cStoreFullName |
门店名称 |
string |
None. |
cLon |
精度 |
string |
None. |
clat |
纬度 |
string |
None. |
isAuthor |
审核标志 |
integer |
None. |
iUserId |
提交人ID |
globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "id": 1, "cStoreCode": "sample string 2", "cStoreFullName": "sample string 3", "cLon": "sample string 4", "clat": "sample string 5", "isAuthor": 1, "iUserId": "0a9ac9a1-d878-4488-8e2c-160b8092da6c" }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
更正门店坐标基准值
T_StoreLocationName | Description | Type | Additional information |
---|---|---|---|
id |
串号 |
integer |
None. |
cStoreCode |
门店编号 |
string |
None. |
cStoreFullName |
门店名称 |
string |
None. |
cLon |
精度 |
string |
None. |
clat |
纬度 |
string |
None. |
isAuthor |
审核标志 |
integer |
None. |
iUserId |
提交人ID |
globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{ "id": 1, "cStoreCode": "sample string 2", "cStoreFullName": "sample string 3", "cLon": "sample string 4", "clat": "sample string 5", "isAuthor": 1, "iUserId": "6100658a-bea9-4fab-ba31-d51b7bc9a48c" }