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": "e46ec981-61df-4942-8110-8885e97d6ef8" }
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": "80b502d4-6922-4f48-8c45-77d061c78338" }