DEPRECADA - Crear reserva en un click de puesto
Última modificación: 15/02/2010
Intenta crear una reserva en el piso / edificio elegido por el usuario.
No se tendrán en cuenta en la búsqueda puestos fijos asignados a usuarios.
Request
HTTP request
Workstations
POST /api/v1/users/me/bookings/workstations/oneclick
POST /api/v1/users/{userId}/bookings/workstations/oneclick
Headers
| Header | Value | Required |
|---|---|---|
| Authorization | Bearer eyJ0eXBlIjoiSldUIiwiYWxnIjoiSFM1MT… | true |
Body
{
"resource": {
"floor": {
"id": "04669277-346f-48be-b4c0-06242c0f6683",
"building": {
"id": "eb5786cb-0dfb-431e-b055-7c944a639e69"
}
},
"subcategory": {
"id": "3c75ee88-2f18-4bf8-8ab7-236bf61986a2"
}
},
"startDate": 1569942000000,
"endDate" : 1569942900000,
"allDayBooking": false
}
Response
Si se ha conseguido crear la reserva, se devuelve un código 201 con la información de las misma.
Workstation
HTTP/1.1 201 OK
Content-type: application/json
"bookings": [
{
"id": "92f3c58f-170d-4e23-aedf-c0d80bee05aa",
"recurrentId": "9fe8e2ac-bc59-42a7-b80b-a312d0ce53a0",
"startDate": 1561449600000,
"endDate": 1561451400000,
"allDayBooking": false,
"duration": 1800000,
"status": "PENDING",
"accessControl": {
"accessControlType": "OPTIONAL",
"checkInDate": null,
"checkOutDate": null
},
"creator": {
"id": "7eccd6ed-3faf-41de-bec1-0b8501316857",
"name": "Aitor",
"surname": "Gil",
"alias": "AITORGC",
"email": "aitor.gil@bookkercorp.com",
"phone": "631256311",
"organization": {
"id": "4c6c300e-ff5a-400b-adb4-60e513e1f4ba"
},
"department": {
"id": "26980ebb-0ac7-4bb0-bab1-81ed8fc07d59"
},
"userRule": {
"id": "d58b188f-6ba6-48c4-9e0a-dd0ac81d4cb2"
},
"mobileRole": {
"id": "5220b6a2-8920-4dae-8ff0-ba96707d439d"
}
},
"organizer": {
"id": "7eccd6ed-3faf-41de-bec1-0b8501316857",
"name": "Aitor",
"surname": "Gil",
"alias": "AITORGC",
"email": "aitor.gil@bookkercorp.com",
"phone": "631256311",
"organization": {
"id": "4c6c300e-ff5a-400b-adb4-60e513e1f4ba"
},
"department": {
"id": "26980ebb-0ac7-4bb0-bab1-81ed8fc07d59"
},
"userRule": {
"id": "d58b188f-6ba6-48c4-9e0a-dd0ac81d4cb2"
},
"mobileRole": {
"id": "5220b6a2-8920-4dae-8ff0-ba96707d439d"
}
},
"resource": {
"id": "50b5e144-025d-4693-8645-f8c2ae450995",
"name": "Puesto #1",
"posterCode": "WS_01",
"image": "https://api.develop.bookkercorp.com/api/v1/bookker/download/organizations/8aee218a-fce2-4900-9410-00f485a2729e/users/5432a51ff76e4e349a0fcd6759eeaa0a.jpeg",
"phone": "941576132",
"mapCoordinates": {
"topLeftX": 1,
"topLeftY": 1,
"bottomRightX": 1,
"bottomRightY": 1
},
"approachable": true,
"floor": {
"id": "14ab4017-1261-46ff-af05-eadf5d3d69e8",
"name": "Planta 1",
"floorNumber": 1,
"image": "8aee218a-fce2-4900-9410-00f485a2729e/buildings/758a81f3-f171-404b-b48c-c922828aed49/floors/14ab4017-1261-46ff-af05-eadf5d3d69e8/maps/40d25abc74f043f4afff218f02d2e024.png",
"building": {
"id": "758a81f3-f171-404b-b48c-c922828aed49",
"name": "Jupiter Building",
"address": {
"country": "ES",
"city": "Madrid",
"address": "Avenida Gran VÃa, 85",
"coordinates": null
},
"organization": {
"id": "8aee218a-fce2-4900-9410-00f485a2729e"
},
"timezone": "Europe/Madrid",
"status": "ACTIVATED"
},
"status": "ACTIVATED",
"type": "OFFICE",
"visible": true
},
"subcategory": {
"id": "072ac366-1c4f-4995-af07-1a111f8fcc12",
"name": "Sala de reuniones",
"category": "SPACE",
"organization": {
"id": "8aee218a-fce2-4900-9410-00f485a2729e"
},
"deleteHistorial": false,
"hideBookings": false,
"canBeSearched": true
},
"resourceRule": {
"id": "8dcbdb92-ad3d-4948-ad45-43f527a7e0a0",
"advanceCheckIn": 900000,
"expirationMargin": 900000
},
"visible": true
}
},
{
"id": "55aca06d-ca57-4c30-80f7-87ff424be3b5",
"recurrentId": "9fe8e2ac-bc59-42a7-b80b-a312d0ce53a0",
"startDate": 1561537800000,
"endDate": 1561541400000,
"duration": 3600000,
"status": "PENDING",
"accessControl": {
"accessControlType": "OPTIONAL",
"checkInDate": null,
"checkOutDate": null
},
"creator": {
"id": "7eccd6ed-3faf-41de-bec1-0b8501316857",
"name": "Aitor",
"surname": "Gil",
"alias": "AITORGC",
"email": "aitor.gil@bookkercorp.com",
"phone": "631256311",
"organization": {
"id": "4c6c300e-ff5a-400b-adb4-60e513e1f4ba"
},
"department": {
"id": "26980ebb-0ac7-4bb0-bab1-81ed8fc07d59"
},
"userRule": {
"id": "d58b188f-6ba6-48c4-9e0a-dd0ac81d4cb2"
},
"mobileRole": {
"id": "5220b6a2-8920-4dae-8ff0-ba96707d439d"
}
},
"organizer": {
"id": "7eccd6ed-3faf-41de-bec1-0b8501316857",
"name": "Aitor",
"surname": "Gil",
"alias": "AITORGC",
"email": "aitor.gil@bookkercorp.com",
"phone": "631256311",
"organization": {
"id": "4c6c300e-ff5a-400b-adb4-60e513e1f4ba"
},
"department": {
"id": "26980ebb-0ac7-4bb0-bab1-81ed8fc07d59"
},
"userRule": {
"id": "d58b188f-6ba6-48c4-9e0a-dd0ac81d4cb2"
},
"mobileRole": {
"id": "5220b6a2-8920-4dae-8ff0-ba96707d439d"
}
},
"resource": {
"id": "01789b12-4cf5-4184-a8ce-c958f8924402",
"name": "Puesto #2",
"posterCode": "WS_02",
"image": "https://api.develop.bookkercorp.com/api/v1/bookker/download/organizations/8aee218a-fce2-4900-9410-00f485a2729e/users/5432a51ff76e4e349a0fcd6759eeaa0a.jpeg",
"phone": "941987789",
"mapCoordinates": {
"topLeftX": 1,
"topLeftY": 1,
"bottomRightX": 1,
"bottomRightY": 1
},
"approachable": true,
"floor": {
"id": "14ab4017-1261-46ff-af05-eadf5d3d69e8",
"name": "Planta 1",
"floorNumber": 1,
"image": "8aee218a-fce2-4900-9410-00f485a2729e/buildings/758a81f3-f171-404b-b48c-c922828aed49/floors/14ab4017-1261-46ff-af05-eadf5d3d69e8/maps/40d25abc74f043f4afff218f02d2e024.png",
"building": {
"id": "758a81f3-f171-404b-b48c-c922828aed49",
"name": "Jupiter Building",
"address": {
"country": "ES",
"city": "Madrid",
"address": "Avenida Gran VÃa, 85",
"coordinates": null
},
"organization": {
"id": "8aee218a-fce2-4900-9410-00f485a2729e"
},
"timezone": "Europe/Madrid",
"status": "ACTIVATED"
},
"status": "ACTIVATED",
"type": "OFFICE",
"visible": true
},
"subcategory": {
"id": "072ac366-1c4f-4995-af07-1a111f8fcc12",
"name": "Sala de reuniones",
"category": "SPACE",
"organization": {
"id": "8aee218a-fce2-4900-9410-00f485a2729e"
},
"deleteHistorial": false,
"hideBookings": false,
"canBeSearched": true
},
"resourceRule": {
"id": "8dcbdb92-ad3d-4948-ad45-43f527a7e0a0",
"advanceCheckIn": 900000,
"expirationMargin": 900000
},
"visible": true
}
}
]