POST api/T_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": "55feed2c-2310-44c2-ad3f-55767ac9a91d" }
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": "c5909d9b-05b2-45d0-bb52-6cfeb84732cd" }