Store Information GET
URL: https://api.painelalter.com/api/getInfoPerStore
Returns basic information about stores.
Response Example
json
[
{
"store_id": 1,
"alias_id": "152",
"name": "AlterVision - Store 1",
"address": "Av. João Wallig, 1800 - Passo d'Areia, Porto Alegre - RS, 91349-900",
"state": "RS",
"latitude": -30.0251,
"longitude": -51.1646
},
{
"store_id": 2,
"alias_id": "110",
"name": "AlterVision - Store 2",
"address": "Rua Marechal Deodoro 1500 - Santa Cruz do Sul - RS",
"state": "RS",
"latitude": -29.7456,
"longitude": -52.6062
}
]
