Buscar recursos por planta
Última modificación: 20/12/2024
Busca todos los recursos con estado activo en una planta.
Smart Parking
Para los recursos de tipo parking podremos consultar en su grupo el tipo de estos. Entre los grupos podemos encontrar los siguientes tipos:
OFFICE: Este tipo de grupo pertenece a los recursos de tipo puesto.
PARKING_MANUAL: Es el tipo de grupo asignado a las plazas de parking manual
PARKING_AUTOMATIC: Es el tipo de grupo asignado a las plazas de parking automático
SMART_PARKING: Es el tipo de grupo asignado a las plazas de parking utilizadas por smart parking
Request
HTTP request
GET /api/v1/buildings/{buildingId}/floors/{floorId}/resources
Params
| Param | Value | Required |
|---|---|---|
| capacity | Capacidad mínima de los espacios. Solo disponible para espacios. | false |
| maxCostPerHour | BigDecimal (32.01) | false |
| subcategoryId | Identificador de la subcategoría | false |
| features | Array de identificadores de las características por las que se quiere filtrar. | false |
| hasReservables | Booleano que indica si se debe filtrar por recursos que tienen servicios asociados. Admite tres opciones: 1. Si no se envía. El filtro no se aplica y se devuelven tanto los recursos con servicios como los que no tienen. 2. Si se envía a true. El filtro se aplica devolviendo sólo recursos con servicios asociados. 3.Si se envía a false. El filtro se aplica devolviendo sólo recursos que no tienen servicios asociados. |
false |
Headers
| Header | Value | Required |
|---|---|---|
| Authorization | Bearer eyJ0eXBlIjoiSldUIiwiYWxnIjoiSFM1MT… | true |
Request Example
GET http://localhost:9010/api/v1/buildings/758a81f3-f171-404b-b48c-c922828aed49/floors/14ab4017-1261-46ff-af05-eadf5d3d69e8/resources
Response
Se devuelve un código 200 con la información de los recursos de la planta.
{
"resources": [
{
"id": "01ef13fc-a355-4054-92e8-63621dbbe012",
"name": "Parking 36",
"posterCode": "B-S1-PARK-36",
"approachable": false,
"floor": {
"id": "b60c8462-0c40-4f61-b9ce-1e1179f49da1"
},
"subcategory": {
"id": "6e0a5df1-2de7-40f3-8590-2f8e7bc45ef8",
"name": "Plaza De Parking",
"category": "PARKING",
"organization": {
"id": "8aee218a-fce2-4900-9410-00f485a2729e"
},
"deleteHistorial": false,
"hideBookings": false,
"canBeSearched": true,
"shifts": false,
"shiftsDailyBooking": false,
"simultaneousBookingsType": "SAME_CATEGORY_DIFFERENT_SUBCATEGORY",
"priority": 0
},
"visible": true,
"status": "ACTIVATED",
"group": {
"id": "e97b9a4d-2fb5-48c4-ab90-3fd6dd9dfd3e",
"name": "Grupo Parking Jupiter SL",
"description": "",
"type": "PARKING_MANUAL",
"buildingId": "758a81f3-f171-404b-b48c-c922828aed49",
"organizationId": "8aee218a-fce2-4900-9410-00f485a2729e"
},
"covered": true,
"parkingSlotSize": "BIG"
},
{
"id": "02c4650a-528d-42d0-a7ec-2bd6cf422db7",
"name": "Parking 37",
"posterCode": "B-S1-PARK-37",
"approachable": false,
"floor": {
"id": "b60c8462-0c40-4f61-b9ce-1e1179f49da1"
},
"subcategory": {
"id": "6e0a5df1-2de7-40f3-8590-2f8e7bc45ef8",
"name": "Plaza De Parking",
"category": "PARKING",
"organization": {
"id": "8aee218a-fce2-4900-9410-00f485a2729e"
},
"deleteHistorial": false,
"hideBookings": false,
"canBeSearched": true,
"shifts": false,
"shiftsDailyBooking": false,
"simultaneousBookingsType": "SAME_CATEGORY_DIFFERENT_SUBCATEGORY",
"priority": 0
},
"visible": true,
"status": "ACTIVATED",
"group": {
"id": "e97b9a4d-2fb5-48c4-ab90-3fd6dd9dfd3e",
"name": "Grupo Parking Jupiter SL",
"description": "",
"type": "PARKING_MANUAL",
"buildingId": "758a81f3-f171-404b-b48c-c922828aed49",
"organizationId": "8aee218a-fce2-4900-9410-00f485a2729e"
},
"covered": true,
"parkingSlotSize": "BIG"
},
{
"id": "0a9e0e40-45db-4008-adaf-23285cd1c846",
"name": "Parking 11",
"posterCode": "B-S1-PARK-11",
"approachable": false,
"floor": {
"id": "b60c8462-0c40-4f61-b9ce-1e1179f49da1"
},
"subcategory": {
"id": "6e0a5df1-2de7-40f3-8590-2f8e7bc45ef8",
"name": "Plaza De Parking",
"category": "PARKING",
"organization": {
"id": "8aee218a-fce2-4900-9410-00f485a2729e"
},
"deleteHistorial": false,
"hideBookings": false,
"canBeSearched": true,
"shifts": false,
"shiftsDailyBooking": false,
"simultaneousBookingsType": "SAME_CATEGORY_DIFFERENT_SUBCATEGORY",
"priority": 0
},
"visible": true,
"status": "ACTIVATED",
"group": {
"id": "3d6672a3-3ce1-407a-8246-0d9a76e4c9b7",
"name": "Grupo Parking Ramón",
"description": "pruebas parking y características",
"type": "PARKING_MANUAL",
"buildingId": "758a81f3-f171-404b-b48c-c922828aed49",
"organizationId": "8aee218a-fce2-4900-9410-00f485a2729e"
},
"covered": true,
"parkingSlotSize": "BIG"
},
{
"id": "15d5b702-a49c-4f38-9f47-284c7c1812cf",
"name": "Parking 16",
"posterCode": "B-S1-PARK-16",
"approachable": false,
"floor": {
"id": "b60c8462-0c40-4f61-b9ce-1e1179f49da1"
},
"subcategory": {
"id": "6e0a5df1-2de7-40f3-8590-2f8e7bc45ef8",
"name": "Plaza De Parking",
"category": "PARKING",
"organization": {
"id": "8aee218a-fce2-4900-9410-00f485a2729e"
},
"deleteHistorial": false,
"hideBookings": false,
"canBeSearched": true,
"shifts": false,
"shiftsDailyBooking": false,
"simultaneousBookingsType": "SAME_CATEGORY_DIFFERENT_SUBCATEGORY",
"priority": 0
},
"visible": true,
"status": "ACTIVATED",
"group": {
"id": "e97b9a4d-2fb5-48c4-ab90-3fd6dd9dfd3e",
"name": "Grupo Parking Jupiter SL",
"description": "",
"type": "PARKING_MANUAL",
"buildingId": "758a81f3-f171-404b-b48c-c922828aed49",
"organizationId": "8aee218a-fce2-4900-9410-00f485a2729e"
},
"covered": true,
"parkingSlotSize": "BIG"
},
{
"id": "1c035bba-13ea-4826-9e29-95fc60d31d14",
"name": "Parking 25",
"posterCode": "B-S1-PARK-25",
"approachable": false,
"floor": {
"id": "b60c8462-0c40-4f61-b9ce-1e1179f49da1"
},
"subcategory": {
"id": "6e0a5df1-2de7-40f3-8590-2f8e7bc45ef8",
"name": "Plaza De Parking",
"category": "PARKING",
"organization": {
"id": "8aee218a-fce2-4900-9410-00f485a2729e"
},
"deleteHistorial": false,
"hideBookings": false,
"canBeSearched": true,
"shifts": false,
"shiftsDailyBooking": false,
"simultaneousBookingsType": "SAME_CATEGORY_DIFFERENT_SUBCATEGORY",
"priority": 0
},
"visible": true,
"status": "ACTIVATED",
"group": {
"id": "e97b9a4d-2fb5-48c4-ab90-3fd6dd9dfd3e",
"name": "Grupo Parking Jupiter SL",
"description": "",
"type": "PARKING_MANUAL",
"buildingId": "758a81f3-f171-404b-b48c-c922828aed49",
"organizationId": "8aee218a-fce2-4900-9410-00f485a2729e"
},
"covered": true,
"parkingSlotSize": "BIG"
},
{
"id": "1eb96dd9-9333-4646-becb-308ac72ed648",
"name": "Parking 27",
"posterCode": "B-S1-PARK-27",
"approachable": false,
"floor": {
"id": "b60c8462-0c40-4f61-b9ce-1e1179f49da1"
},
"subcategory": {
"id": "6e0a5df1-2de7-40f3-8590-2f8e7bc45ef8",
"name": "Plaza De Parking",
"category": "PARKING",
"organization": {
"id": "8aee218a-fce2-4900-9410-00f485a2729e"
},
"deleteHistorial": false,
"hideBookings": false,
"canBeSearched": true,
"shifts": false,
"shiftsDailyBooking": false,
"simultaneousBookingsType": "SAME_CATEGORY_DIFFERENT_SUBCATEGORY",
"priority": 0
},
"visible": true,
"status": "ACTIVATED",
"group": {
"id": "e97b9a4d-2fb5-48c4-ab90-3fd6dd9dfd3e",
"name": "Grupo Parking Jupiter SL",
"description": "",
"type": "PARKING_MANUAL",
"buildingId": "758a81f3-f171-404b-b48c-c922828aed49",
"organizationId": "8aee218a-fce2-4900-9410-00f485a2729e"
},
"covered": true,
"parkingSlotSize": "BIG"
},
{
"id": "21b51bcb-6c45-48ce-8597-b54cfdb45f3f",
"name": "Parking 31",
"posterCode": "B-S1-PARK-31",
"approachable": false,
"floor": {
"id": "b60c8462-0c40-4f61-b9ce-1e1179f49da1"
},
"subcategory": {
"id": "6e0a5df1-2de7-40f3-8590-2f8e7bc45ef8",
"name": "Plaza De Parking",
"category": "PARKING",
"organization": {
"id": "8aee218a-fce2-4900-9410-00f485a2729e"
},
"deleteHistorial": false,
"hideBookings": false,
"canBeSearched": true,
"shifts": false,
"shiftsDailyBooking": false,
"simultaneousBookingsType": "SAME_CATEGORY_DIFFERENT_SUBCATEGORY",
"priority": 0
},
"visible": true,
"status": "ACTIVATED",
"group": {
"id": "e97b9a4d-2fb5-48c4-ab90-3fd6dd9dfd3e",
"name": "Grupo Parking Jupiter SL",
"description": "",
"type": "PARKING_MANUAL",
"buildingId": "758a81f3-f171-404b-b48c-c922828aed49",
"organizationId": "8aee218a-fce2-4900-9410-00f485a2729e"
},
"covered": true,
"parkingSlotSize": "BIG"
},
{
"id": "32e4ae0f-31a2-4a31-8f33-1fa00521ffe1",
"name": "Parking 30",
"posterCode": "B-S1-PARK-30",
"approachable": false,
"floor": {
"id": "b60c8462-0c40-4f61-b9ce-1e1179f49da1"
},
"subcategory": {
"id": "6e0a5df1-2de7-40f3-8590-2f8e7bc45ef8",
"name": "Plaza De Parking",
"category": "PARKING",
"organization": {
"id": "8aee218a-fce2-4900-9410-00f485a2729e"
},
"deleteHistorial": false,
"hideBookings": false,
"canBeSearched": true,
"shifts": false,
"shiftsDailyBooking": false,
"simultaneousBookingsType": "SAME_CATEGORY_DIFFERENT_SUBCATEGORY",
"priority": 0
},
"visible": true,
"status": "ACTIVATED",
"group": {
"id": "e97b9a4d-2fb5-48c4-ab90-3fd6dd9dfd3e",
"name": "Grupo Parking Jupiter SL",
"description": "",
"type": "PARKING_MANUAL",
"buildingId": "758a81f3-f171-404b-b48c-c922828aed49",
"organizationId": "8aee218a-fce2-4900-9410-00f485a2729e"
},
"covered": true,
"parkingSlotSize": "BIG"
},
{
"id": "334919aa-a155-491d-93f3-b55e782299c5",
"name": "Parking 20",
"posterCode": "B-S1-PARK-20",
"approachable": false,
"floor": {
"id": "b60c8462-0c40-4f61-b9ce-1e1179f49da1"
},
"subcategory": {
"id": "6e0a5df1-2de7-40f3-8590-2f8e7bc45ef8",
"name": "Plaza De Parking",
"category": "PARKING",
"organization": {
"id": "8aee218a-fce2-4900-9410-00f485a2729e"
},
"deleteHistorial": false,
"hideBookings": false,
"canBeSearched": true,
"shifts": false,
"shiftsDailyBooking": false,
"simultaneousBookingsType": "SAME_CATEGORY_DIFFERENT_SUBCATEGORY",
"priority": 0
},
"visible": true,
"status": "ACTIVATED",
"group": {
"id": "e97b9a4d-2fb5-48c4-ab90-3fd6dd9dfd3e",
"name": "Grupo Parking Jupiter SL",
"description": "",
"type": "PARKING_MANUAL",
"buildingId": "758a81f3-f171-404b-b48c-c922828aed49",
"organizationId": "8aee218a-fce2-4900-9410-00f485a2729e"
},
"covered": true,
"parkingSlotSize": "BIG"
},
{
"id": "3eba12f7-ee86-440b-90ef-50a1d493b9be",
"name": "Parking 15",
"posterCode": "B-S1-PARK-15",
"approachable": false,
"floor": {
"id": "b60c8462-0c40-4f61-b9ce-1e1179f49da1"
},
"subcategory": {
"id": "6e0a5df1-2de7-40f3-8590-2f8e7bc45ef8",
"name": "Plaza De Parking",
"category": "PARKING",
"organization": {
"id": "8aee218a-fce2-4900-9410-00f485a2729e"
},
"deleteHistorial": false,
"hideBookings": false,
"canBeSearched": true,
"shifts": false,
"shiftsDailyBooking": false,
"simultaneousBookingsType": "SAME_CATEGORY_DIFFERENT_SUBCATEGORY",
"priority": 0
},
"visible": true,
"status": "ACTIVATED",
"group": {
"id": "e97b9a4d-2fb5-48c4-ab90-3fd6dd9dfd3e",
"name": "Grupo Parking Jupiter SL",
"description": "",
"type": "PARKING_MANUAL",
"buildingId": "758a81f3-f171-404b-b48c-c922828aed49",
"organizationId": "8aee218a-fce2-4900-9410-00f485a2729e"
},
"covered": true,
"parkingSlotSize": "BIG"
},
{
"id": "4ae3bc63-a19d-45f6-997b-de9c508e41a3",
"name": "Parking 17",
"posterCode": "B-S1-PARK-17",
"approachable": false,
"floor": {
"id": "b60c8462-0c40-4f61-b9ce-1e1179f49da1"
},
"subcategory": {
"id": "6e0a5df1-2de7-40f3-8590-2f8e7bc45ef8",
"name": "Plaza De Parking",
"category": "PARKING",
"organization": {
"id": "8aee218a-fce2-4900-9410-00f485a2729e"
},
"deleteHistorial": false,
"hideBookings": false,
"canBeSearched": true,
"shifts": false,
"shiftsDailyBooking": false,
"simultaneousBookingsType": "SAME_CATEGORY_DIFFERENT_SUBCATEGORY",
"priority": 0
},
"visible": true,
"status": "ACTIVATED",
"group": {
"id": "e97b9a4d-2fb5-48c4-ab90-3fd6dd9dfd3e",
"name": "Grupo Parking Jupiter SL",
"description": "",
"type": "PARKING_MANUAL",
"buildingId": "758a81f3-f171-404b-b48c-c922828aed49",
"organizationId": "8aee218a-fce2-4900-9410-00f485a2729e"
},
"covered": true,
"parkingSlotSize": "BIG"
},
{
"id": "581ad36b-4539-4349-b317-8ca5fff46a39",
"name": "B-S1-PARK-7",
"posterCode": "B-S1-PARK-7",
"mapCoordinates": {
"topLeftX": 146,
"topLeftY": 407,
"bottomRightX": 171,
"bottomRightY": 432
},
"approachable": false,
"floor": {
"id": "b60c8462-0c40-4f61-b9ce-1e1179f49da1"
},
"subcategory": {
"id": "6e0a5df1-2de7-40f3-8590-2f8e7bc45ef8",
"name": "Plaza De Parking",
"category": "PARKING",
"organization": {
"id": "8aee218a-fce2-4900-9410-00f485a2729e"
},
"deleteHistorial": false,
"hideBookings": false,
"canBeSearched": true,
"shifts": false,
"shiftsDailyBooking": false,
"simultaneousBookingsType": "SAME_CATEGORY_DIFFERENT_SUBCATEGORY",
"priority": 0
},
"visible": true,
"status": "ACTIVATED",
"group": {
"id": "e97b9a4d-2fb5-48c4-ab90-3fd6dd9dfd3e",
"name": "Grupo Parking Jupiter SL",
"description": "",
"type": "PARKING_MANUAL",
"buildingId": "758a81f3-f171-404b-b48c-c922828aed49",
"organizationId": "8aee218a-fce2-4900-9410-00f485a2729e"
},
"covered": true,
"parkingSlotSize": "BIG"
},
{
"id": "6659e1fb-c61c-4190-97bd-5bfb6f53da3c",
"name": "B-S1-PARK-2",
"posterCode": "B-S1-PARK-2",
"mapCoordinates": {
"topLeftX": 146,
"topLeftY": 250,
"bottomRightX": 171,
"bottomRightY": 275
},
"approachable": false,
"floor": {
"id": "b60c8462-0c40-4f61-b9ce-1e1179f49da1"
},
"subcategory": {
"id": "6e0a5df1-2de7-40f3-8590-2f8e7bc45ef8",
"name": "Plaza De Parking",
"category": "PARKING",
"organization": {
"id": "8aee218a-fce2-4900-9410-00f485a2729e"
},
"deleteHistorial": false,
"hideBookings": false,
"canBeSearched": true,
"shifts": false,
"shiftsDailyBooking": false,
"simultaneousBookingsType": "SAME_CATEGORY_DIFFERENT_SUBCATEGORY",
"priority": 0
},
"visible": true,
"status": "ACTIVATED",
"costPerHour": 0.00000,
"group": {
"id": "a3cda7aa-3aae-4d59-ae1d-206a0826cc30",
"name": "Grupo Global Parking",
"type": "PARKING_MANUAL",
"organizationId": "8aee218a-fce2-4900-9410-00f485a2729e"
},
"covered": true,
"parkingSlotSize": "BIG"
},
{
"id": "720317c1-6f2c-4604-a5a2-d74ec2c17cf5",
"name": "Parking 28",
"posterCode": "B-S1-PARK-28",
"approachable": false,
"floor": {
"id": "b60c8462-0c40-4f61-b9ce-1e1179f49da1"
},
"subcategory": {
"id": "6e0a5df1-2de7-40f3-8590-2f8e7bc45ef8",
"name": "Plaza De Parking",
"category": "PARKING",
"organization": {
"id": "8aee218a-fce2-4900-9410-00f485a2729e"
},
"deleteHistorial": false,
"hideBookings": false,
"canBeSearched": true,
"shifts": false,
"shiftsDailyBooking": false,
"simultaneousBookingsType": "SAME_CATEGORY_DIFFERENT_SUBCATEGORY",
"priority": 0
},
"visible": true,
"status": "ACTIVATED",
"group": {
"id": "e97b9a4d-2fb5-48c4-ab90-3fd6dd9dfd3e",
"name": "Grupo Parking Jupiter SL",
"description": "",
"type": "PARKING_MANUAL",
"buildingId": "758a81f3-f171-404b-b48c-c922828aed49",
"organizationId": "8aee218a-fce2-4900-9410-00f485a2729e"
},
"covered": true,
"parkingSlotSize": "BIG"
},
{
"id": "797ee36f-6ccd-4fcb-907f-dfac908d6d6f",
"name": "B-S1-PARK-8",
"posterCode": "B-S1-PARK-8",
"mapCoordinates": {
"topLeftX": 146,
"topLeftY": 439,
"bottomRightX": 171,
"bottomRightY": 464
},
"approachable": false,
"floor": {
"id": "b60c8462-0c40-4f61-b9ce-1e1179f49da1"
},
"subcategory": {
"id": "6e0a5df1-2de7-40f3-8590-2f8e7bc45ef8",
"name": "Plaza De Parking",
"category": "PARKING",
"organization": {
"id": "8aee218a-fce2-4900-9410-00f485a2729e"
},
"deleteHistorial": false,
"hideBookings": false,
"canBeSearched": true,
"shifts": false,
"shiftsDailyBooking": false,
"simultaneousBookingsType": "SAME_CATEGORY_DIFFERENT_SUBCATEGORY",
"priority": 0
},
"visible": true,
"status": "ACTIVATED",
"group": {
"id": "e97b9a4d-2fb5-48c4-ab90-3fd6dd9dfd3e",
"name": "Grupo Parking Jupiter SL",
"description": "",
"type": "PARKING_MANUAL",
"buildingId": "758a81f3-f171-404b-b48c-c922828aed49",
"organizationId": "8aee218a-fce2-4900-9410-00f485a2729e"
},
"covered": true,
"parkingSlotSize": "BIG"
},
{
"id": "804853bb-a268-4d45-8205-78ee73d57e13",
"name": "Parking 29",
"posterCode": "B-S1-PARK-29",
"approachable": false,
"floor": {
"id": "b60c8462-0c40-4f61-b9ce-1e1179f49da1"
},
"subcategory": {
"id": "6e0a5df1-2de7-40f3-8590-2f8e7bc45ef8",
"name": "Plaza De Parking",
"category": "PARKING",
"organization": {
"id": "8aee218a-fce2-4900-9410-00f485a2729e"
},
"deleteHistorial": false,
"hideBookings": false,
"canBeSearched": true,
"shifts": false,
"shiftsDailyBooking": false,
"simultaneousBookingsType": "SAME_CATEGORY_DIFFERENT_SUBCATEGORY",
"priority": 0
},
"visible": true,
"status": "ACTIVATED",
"group": {
"id": "e97b9a4d-2fb5-48c4-ab90-3fd6dd9dfd3e",
"name": "Grupo Parking Jupiter SL",
"description": "",
"type": "PARKING_MANUAL",
"buildingId": "758a81f3-f171-404b-b48c-c922828aed49",
"organizationId": "8aee218a-fce2-4900-9410-00f485a2729e"
},
"covered": true,
"parkingSlotSize": "BIG"
},
{
"id": "a2547743-a03a-4f82-8378-85832110ee6a",
"name": "Parking 19",
"posterCode": "B-S1-PARK-19",
"approachable": false,
"floor": {
"id": "b60c8462-0c40-4f61-b9ce-1e1179f49da1"
},
"subcategory": {
"id": "6e0a5df1-2de7-40f3-8590-2f8e7bc45ef8",
"name": "Plaza De Parking",
"category": "PARKING",
"organization": {
"id": "8aee218a-fce2-4900-9410-00f485a2729e"
},
"deleteHistorial": false,
"hideBookings": false,
"canBeSearched": true,
"shifts": false,
"shiftsDailyBooking": false,
"simultaneousBookingsType": "SAME_CATEGORY_DIFFERENT_SUBCATEGORY",
"priority": 0
},
"visible": true,
"status": "ACTIVATED",
"group": {
"id": "e97b9a4d-2fb5-48c4-ab90-3fd6dd9dfd3e",
"name": "Grupo Parking Jupiter SL",
"description": "",
"type": "PARKING_MANUAL",
"buildingId": "758a81f3-f171-404b-b48c-c922828aed49",
"organizationId": "8aee218a-fce2-4900-9410-00f485a2729e"
},
"covered": true,
"parkingSlotSize": "BIG"
},
{
"id": "aef0891b-cc39-43e0-8363-e50afe887e00",
"name": "Parking 18",
"posterCode": "B-S1-PARK-18",
"approachable": false,
"floor": {
"id": "b60c8462-0c40-4f61-b9ce-1e1179f49da1"
},
"subcategory": {
"id": "6e0a5df1-2de7-40f3-8590-2f8e7bc45ef8",
"name": "Plaza De Parking",
"category": "PARKING",
"organization": {
"id": "8aee218a-fce2-4900-9410-00f485a2729e"
},
"deleteHistorial": false,
"hideBookings": false,
"canBeSearched": true,
"shifts": false,
"shiftsDailyBooking": false,
"simultaneousBookingsType": "SAME_CATEGORY_DIFFERENT_SUBCATEGORY",
"priority": 0
},
"visible": true,
"status": "ACTIVATED",
"group": {
"id": "e97b9a4d-2fb5-48c4-ab90-3fd6dd9dfd3e",
"name": "Grupo Parking Jupiter SL",
"description": "",
"type": "PARKING_MANUAL",
"buildingId": "758a81f3-f171-404b-b48c-c922828aed49",
"organizationId": "8aee218a-fce2-4900-9410-00f485a2729e"
},
"covered": true,
"parkingSlotSize": "BIG"
},
{
"id": "b971c32b-faba-4f7d-aecb-76ea59e0d613",
"name": "B-S1-PARK-10",
"posterCode": "B-S1-PARK-10",
"mapCoordinates": {
"topLeftX": 146,
"topLeftY": 502,
"bottomRightX": 171,
"bottomRightY": 527
},
"approachable": false,
"floor": {
"id": "b60c8462-0c40-4f61-b9ce-1e1179f49da1"
},
"subcategory": {
"id": "6e0a5df1-2de7-40f3-8590-2f8e7bc45ef8",
"name": "Plaza De Parking",
"category": "PARKING",
"organization": {
"id": "8aee218a-fce2-4900-9410-00f485a2729e"
},
"deleteHistorial": false,
"hideBookings": false,
"canBeSearched": true,
"shifts": false,
"shiftsDailyBooking": false,
"simultaneousBookingsType": "SAME_CATEGORY_DIFFERENT_SUBCATEGORY",
"priority": 0
},
"visible": true,
"status": "ACTIVATED",
"group": {
"id": "a3cda7aa-3aae-4d59-ae1d-206a0826cc30",
"name": "Grupo Global Parking",
"type": "PARKING_MANUAL",
"organizationId": "8aee218a-fce2-4900-9410-00f485a2729e"
},
"covered": true,
"parkingSlotSize": "BIG"
},
{
"id": "c6125f9a-9334-44a5-8ec1-56786ed7f0b2",
"name": "Parking 361",
"posterCode": "B-S1-PARK-361",
"approachable": false,
"floor": {
"id": "b60c8462-0c40-4f61-b9ce-1e1179f49da1"
},
"subcategory": {
"id": "6e0a5df1-2de7-40f3-8590-2f8e7bc45ef8",
"name": "Plaza De Parking",
"category": "PARKING",
"organization": {
"id": "8aee218a-fce2-4900-9410-00f485a2729e"
},
"deleteHistorial": false,
"hideBookings": false,
"canBeSearched": true,
"shifts": false,
"shiftsDailyBooking": false,
"simultaneousBookingsType": "SAME_CATEGORY_DIFFERENT_SUBCATEGORY",
"priority": 0
},
"visible": true,
"status": "ACTIVATED",
"group": {
"id": "e97b9a4d-2fb5-48c4-ab90-3fd6dd9dfd3e",
"name": "Grupo Parking Jupiter SL",
"description": "",
"type": "PARKING_MANUAL",
"buildingId": "758a81f3-f171-404b-b48c-c922828aed49",
"organizationId": "8aee218a-fce2-4900-9410-00f485a2729e"
},
"covered": true,
"parkingSlotSize": "BIG"
},
{
"id": "cc840b63-8ff7-484f-8434-da388438376a",
"name": "B-S1-PARK-9",
"posterCode": "B-S1-PARK-9",
"mapCoordinates": {
"topLeftX": 146,
"topLeftY": 470,
"bottomRightX": 171,
"bottomRightY": 495
},
"approachable": false,
"floor": {
"id": "b60c8462-0c40-4f61-b9ce-1e1179f49da1"
},
"subcategory": {
"id": "6e0a5df1-2de7-40f3-8590-2f8e7bc45ef8",
"name": "Plaza De Parking",
"category": "PARKING",
"organization": {
"id": "8aee218a-fce2-4900-9410-00f485a2729e"
},
"deleteHistorial": false,
"hideBookings": false,
"canBeSearched": true,
"shifts": false,
"shiftsDailyBooking": false,
"simultaneousBookingsType": "SAME_CATEGORY_DIFFERENT_SUBCATEGORY",
"priority": 0
},
"visible": true,
"status": "ACTIVATED",
"group": {
"id": "e97b9a4d-2fb5-48c4-ab90-3fd6dd9dfd3e",
"name": "Grupo Parking Jupiter SL",
"description": "",
"type": "PARKING_MANUAL",
"buildingId": "758a81f3-f171-404b-b48c-c922828aed49",
"organizationId": "8aee218a-fce2-4900-9410-00f485a2729e"
},
"covered": true,
"parkingSlotSize": "BIG"
},
{
"id": "cf8d25dd-1516-4f63-9f75-797544a4561c",
"name": "Parking 12",
"posterCode": "B-S1-PARK-12",
"approachable": false,
"floor": {
"id": "b60c8462-0c40-4f61-b9ce-1e1179f49da1"
},
"subcategory": {
"id": "6e0a5df1-2de7-40f3-8590-2f8e7bc45ef8",
"name": "Plaza De Parking",
"category": "PARKING",
"organization": {
"id": "8aee218a-fce2-4900-9410-00f485a2729e"
},
"deleteHistorial": false,
"hideBookings": false,
"canBeSearched": true,
"shifts": false,
"shiftsDailyBooking": false,
"simultaneousBookingsType": "SAME_CATEGORY_DIFFERENT_SUBCATEGORY",
"priority": 0
},
"visible": true,
"status": "ACTIVATED",
"group": {
"id": "a3cda7aa-3aae-4d59-ae1d-206a0826cc30",
"name": "Grupo Global Parking",
"type": "PARKING_MANUAL",
"organizationId": "8aee218a-fce2-4900-9410-00f485a2729e"
},
"covered": true,
"parkingSlotSize": "BIG"
},
{
"id": "d1013e0b-8565-4e1b-85be-42abeacf108a",
"name": "Parking 341",
"posterCode": "B-S1-PARK-341",
"approachable": false,
"floor": {
"id": "b60c8462-0c40-4f61-b9ce-1e1179f49da1"
},
"subcategory": {
"id": "6e0a5df1-2de7-40f3-8590-2f8e7bc45ef8",
"name": "Plaza De Parking",
"category": "PARKING",
"organization": {
"id": "8aee218a-fce2-4900-9410-00f485a2729e"
},
"deleteHistorial": false,
"hideBookings": false,
"canBeSearched": true,
"shifts": false,
"shiftsDailyBooking": false,
"simultaneousBookingsType": "SAME_CATEGORY_DIFFERENT_SUBCATEGORY",
"priority": 0
},
"visible": true,
"status": "ACTIVATED",
"group": {
"id": "e97b9a4d-2fb5-48c4-ab90-3fd6dd9dfd3e",
"name": "Grupo Parking Jupiter SL",
"description": "",
"type": "PARKING_MANUAL",
"buildingId": "758a81f3-f171-404b-b48c-c922828aed49",
"organizationId": "8aee218a-fce2-4900-9410-00f485a2729e"
},
"covered": true,
"parkingSlotSize": "BIG"
},
{
"id": "d4beb5d6-c813-4a48-b172-bfc423047993",
"name": "Parking 13",
"posterCode": "B-S1-PARK-13",
"approachable": false,
"floor": {
"id": "b60c8462-0c40-4f61-b9ce-1e1179f49da1"
},
"subcategory": {
"id": "6e0a5df1-2de7-40f3-8590-2f8e7bc45ef8",
"name": "Plaza De Parking",
"category": "PARKING",
"organization": {
"id": "8aee218a-fce2-4900-9410-00f485a2729e"
},
"deleteHistorial": false,
"hideBookings": false,
"canBeSearched": true,
"shifts": false,
"shiftsDailyBooking": false,
"simultaneousBookingsType": "SAME_CATEGORY_DIFFERENT_SUBCATEGORY",
"priority": 0
},
"visible": true,
"status": "ACTIVATED",
"group": {
"id": "e97b9a4d-2fb5-48c4-ab90-3fd6dd9dfd3e",
"name": "Grupo Parking Jupiter SL",
"description": "",
"type": "PARKING_MANUAL",
"buildingId": "758a81f3-f171-404b-b48c-c922828aed49",
"organizationId": "8aee218a-fce2-4900-9410-00f485a2729e"
},
"covered": true,
"parkingSlotSize": "BIG"
},
{
"id": "ddbdc75a-e93a-4368-87d7-f7cdd53a2c29",
"name": "Parking 351",
"posterCode": "B-S1-PARK-351",
"approachable": false,
"floor": {
"id": "b60c8462-0c40-4f61-b9ce-1e1179f49da1"
},
"subcategory": {
"id": "6e0a5df1-2de7-40f3-8590-2f8e7bc45ef8",
"name": "Plaza De Parking",
"category": "PARKING",
"organization": {
"id": "8aee218a-fce2-4900-9410-00f485a2729e"
},
"deleteHistorial": false,
"hideBookings": false,
"canBeSearched": true,
"shifts": false,
"shiftsDailyBooking": false,
"simultaneousBookingsType": "SAME_CATEGORY_DIFFERENT_SUBCATEGORY",
"priority": 0
},
"visible": true,
"status": "ACTIVATED",
"group": {
"id": "e97b9a4d-2fb5-48c4-ab90-3fd6dd9dfd3e",
"name": "Grupo Parking Jupiter SL",
"description": "",
"type": "PARKING_MANUAL",
"buildingId": "758a81f3-f171-404b-b48c-c922828aed49",
"organizationId": "8aee218a-fce2-4900-9410-00f485a2729e"
},
"covered": true,
"parkingSlotSize": "BIG"
},
{
"id": "eec89857-69de-4a72-a25b-0c89861550b8",
"name": "B-S1-PARK-3",
"posterCode": "B-S1-PARK-3",
"phone": "ngcvfuvhh",
"mapCoordinates": {
"topLeftX": 146,
"topLeftY": 282,
"bottomRightX": 171,
"bottomRightY": 307
},
"approachable": false,
"floor": {
"id": "b60c8462-0c40-4f61-b9ce-1e1179f49da1"
},
"subcategory": {
"id": "6e0a5df1-2de7-40f3-8590-2f8e7bc45ef8",
"name": "Plaza De Parking",
"category": "PARKING",
"organization": {
"id": "8aee218a-fce2-4900-9410-00f485a2729e"
},
"deleteHistorial": false,
"hideBookings": false,
"canBeSearched": true,
"shifts": false,
"shiftsDailyBooking": false,
"simultaneousBookingsType": "SAME_CATEGORY_DIFFERENT_SUBCATEGORY",
"priority": 0
},
"visible": true,
"features": [
{
"id": "3017f941-5f99-45c4-8ef2-bfa15c7bfa91",
"name": "Plaza grande",
"email": "",
"organization": {
"id": "8aee218a-fce2-4900-9410-00f485a2729e"
}
},
{
"id": "9d3ea4ec-060d-4d20-97cb-6fdd789a4565",
"name": "Lavado luna",
"email": "",
"organization": {
"id": "8aee218a-fce2-4900-9410-00f485a2729e"
}
}
],
"status": "ACTIVATED",
"costPerHour": 4.99000,
"group": {
"id": "a3cda7aa-3aae-4d59-ae1d-206a0826cc30",
"name": "Grupo Global Parking",
"type": "PARKING_MANUAL",
"organizationId": "8aee218a-fce2-4900-9410-00f485a2729e"
},
"covered": true,
"parkingSlotSize": "BIG"
},
{
"id": "f5b98c68-9749-463f-809d-e6d716a575bd",
"name": "Parking 26",
"posterCode": "B-S1-PARK-26",
"approachable": false,
"floor": {
"id": "b60c8462-0c40-4f61-b9ce-1e1179f49da1"
},
"subcategory": {
"id": "6e0a5df1-2de7-40f3-8590-2f8e7bc45ef8",
"name": "Plaza De Parking",
"category": "PARKING",
"organization": {
"id": "8aee218a-fce2-4900-9410-00f485a2729e"
},
"deleteHistorial": false,
"hideBookings": false,
"canBeSearched": true,
"shifts": false,
"shiftsDailyBooking": false,
"simultaneousBookingsType": "SAME_CATEGORY_DIFFERENT_SUBCATEGORY",
"priority": 0
},
"visible": true,
"status": "ACTIVATED",
"group": {
"id": "e97b9a4d-2fb5-48c4-ab90-3fd6dd9dfd3e",
"name": "Grupo Parking Jupiter SL",
"description": "",
"type": "PARKING_MANUAL",
"buildingId": "758a81f3-f171-404b-b48c-c922828aed49",
"organizationId": "8aee218a-fce2-4900-9410-00f485a2729e"
},
"covered": true,
"parkingSlotSize": "BIG"
}
]
}