Resources
Adds the ability to see and edit resource allocations
Check Available Resources
Request Body
Name
Type
Description
[
{
"resourceGroupId": "4effa6c9-eba0-4a4e-a763-91760dc884c3",
"resourceGroup": {
"id": "4effa6c9-eba0-4a4e-a763-91760dc884c3",
"title": "Busses",
"split": false
},
"resources": [
{
"resourceId": "4effa6c9-eba0-4a4e-a763-91760dc884c3",
"resource": {
"id": "d68ab73f-eed1-4098-9051-58ed74331fdf",
"title": "Bus 1",
"seating": true,
"seats": [
{
"id": "7f82745f-1220-4a46-abd8-8d829c448428",
"title": "1A",
"column": 1,
"row": 1
},
{
"id": "814a7f87-bc31-4edf-b52e-d23d0a91047c",
"title": "1B",
"column": 2,
"row": 1
}
//...etc
]
},
"availableSeats": [],
"available": true,
"status": "AVAILABLE",
"vacancies": 16,
"capacity": 30,
"maxUnits": 16
},
{
"resourceId": "4effa6c9-eba0-4a4e-a763-91760dc884c3",
"resource": {
"id": "0953d1a1-dc0f-4cca-b278-00328f09377e",
"title": "Bus 2",
"seating": true,
"seats": [
{
"id": "8f0f29b2-e68b-455b-8202-0612a2be98c3",
"title": "1A",
"column": 1,
"row": 1
},
{
"id": "d5e20bc2-755d-4fb3-8693-dfe0e9d5b0a7",
"title": "1B",
"column": 2,
"row": 1
}
//...etc
]
},
"availableSeats": [
{
"id": "8f0f29b2-e68b-455b-8202-0612a2be98c3",
"title": "1A",
"column": 1,
"row": 1
},
{
"id": "d5e20bc2-755d-4fb3-8693-dfe0e9d5b0a7",
"title": "1B",
"column": 2,
"row": 1
}
//...etc
],
"available": true,
"status": "AVAILABLE",
"vacancies": 30,
"capacity": 30,
"maxUnits": 30
}
]
}
]Field
Description
Booking Reservation
Field
Description
Last updated