GET api/establishments/electronica
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of ElectronicaEstablishmentBE| Name | Description | Type | Additional information |
|---|---|---|---|
| P_MAPS_LOCATION_ID | integer |
None. |
|
| LOCATION_NAME | string |
None. |
|
| F_LOCATION_TYPE_ID | integer |
None. |
|
| LATITUDE | decimal number |
None. |
|
| LONGITUD | decimal number |
None. |
|
| ADDRESS | string |
None. |
|
| CITY | string |
None. |
|
| ZIP_CODE | string |
None. |
|
| TELEPHONE | string |
None. |
|
| HAS_KINO | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"P_MAPS_LOCATION_ID": 1,
"LOCATION_NAME": "sample string 2",
"F_LOCATION_TYPE_ID": 3,
"LATITUDE": 4.0,
"LONGITUD": 5.0,
"ADDRESS": "sample string 6",
"CITY": "sample string 7",
"ZIP_CODE": "sample string 8",
"TELEPHONE": "sample string 9",
"HAS_KINO": true
},
{
"P_MAPS_LOCATION_ID": 1,
"LOCATION_NAME": "sample string 2",
"F_LOCATION_TYPE_ID": 3,
"LATITUDE": 4.0,
"LONGITUD": 5.0,
"ADDRESS": "sample string 6",
"CITY": "sample string 7",
"ZIP_CODE": "sample string 8",
"TELEPHONE": "sample string 9",
"HAS_KINO": true
}
]