Resources
Adds the ability to see and edit resource allocations
Retrieve available resources for a specific availability.
Successful response
From capability octo/resources.
Resource identifier.
res_bus_12Name value.
Coach 12Remaining numeric value.
24Total numeric value.
30Current status value.
AVAILABLEStart value.
2026-03-01T08:30:00-08:00End value.
2026-03-01T12:30:00-08:00Resource group identifier.
resource_group_front_rowGET /octo/availability/resources HTTP/1.1
Host: api.ventrata.com
Accept: */*
Successful response
[
{
"resourceId": "res_bus_12",
"name": "Coach 12",
"remaining": 24,
"total": 30,
"status": "AVAILABLE",
"start": "2026-03-01T08:30:00-08:00",
"end": "2026-03-01T12:30:00-08:00",
"resourceGroupId": "resource_group_front_row",
"resourceGroup": {
"id": "94cdd032-3d32-416d-b0a4-abf8b7495b8b",
"title": "Summer Promotion",
"split": true,
"required": true
},
"resources": [
{
"id": "89fe0192-ddcd-430a-b285-e1396a4725d2",
"title": "Summer Promotion",
"capacity": 2,
"seating": true,
"seats": [
{
"id": "f1a5d2e8-8d57-4f0b-9c3f-6a12d7a8bc90",
"row": "A",
"column": "4",
"status": "CONFIRMED"
}
]
}
],
"availableSeats": [
{
"id": "f1a5d2e8-8d57-4f0b-9c3f-6a12d7a8bc90",
"row": "A",
"column": "4",
"status": "CONFIRMED"
}
],
"selectedSeats": [
{
"id": "f1a5d2e8-8d57-4f0b-9c3f-6a12d7a8bc90",
"row": "A",
"column": "4",
"status": "CONFIRMED"
}
],
"seller": {
"id": "e7cc8bb4-8d1c-4848-8824-5dbedb718681",
"name": "Morning City Tour",
"reference": "REF-2026-001",
"tags": [
"vip",
"partner"
],
"emailAddress": "jane.doe@goldengatetours.com",
"phoneNumber": "+12025550123"
}
}
]Retrieve available resources for a specific availability.
From capability octo/resources.
Availability identifier (local date or local date-time).
2026-05-14T09:00:00-04:00From capability octo/pickups. Selected dropoff point UUID.
8d7a2fd8-f8f8-4e61-bbaf-5adac58f5d46From capability octo/pickups. Selected pickup point UUID.
1cfe2c68-4a91-4df8-8d69-4b393d469cafSuccessful response
From capability octo/resources.
Resource identifier.
res_bus_12Name value.
Coach 12Remaining numeric value.
24Total numeric value.
30Current status value.
AVAILABLEStart value.
2026-03-01T08:30:00-08:00End value.
2026-03-01T12:30:00-08:00Resource group identifier.
resource_group_front_rowPOST /octo/availability/resources HTTP/1.1
Host: api.ventrata.com
Content-Type: application/json
Accept: */*
Content-Length: 666
{
"availabilityId": "2026-05-14T09:00:00-04:00",
"units": [
{
"id": "3d6f0a3a-59d4-4b16-a0c5-11d2d8a4e6b7",
"quantity": 2,
"weightValue": 20,
"weightUnit": "kg"
}
],
"dropoffPointId": "8d7a2fd8-f8f8-4e61-bbaf-5adac58f5d46",
"pickupPointId": "1cfe2c68-4a91-4df8-8d69-4b393d469caf",
"resourceAllocations": [
{
"resourceGroupId": "resource_group_front_row",
"resourceGroup": {
"title": "Summer Promotion",
"split": true,
"required": true
},
"resourceId": "resource_coach_12",
"resource": {
"title": "Summer Promotion",
"capacity": 2,
"seating": true,
"seats": [
{
"row": "A",
"column": "4",
"status": "CONFIRMED"
}
]
},
"seatIds": [
"seat_one",
"seat_two"
],
"seats": [
{
"row": "A",
"column": "4",
"status": "CONFIRMED"
}
],
"paxCount": 2
}
]
}Successful response
[
{
"resourceId": "res_bus_12",
"name": "Coach 12",
"remaining": 24,
"total": 30,
"status": "AVAILABLE",
"start": "2026-03-01T08:30:00-08:00",
"end": "2026-03-01T12:30:00-08:00",
"resourceGroupId": "resource_group_front_row",
"resourceGroup": {
"id": "94cdd032-3d32-416d-b0a4-abf8b7495b8b",
"title": "Summer Promotion",
"split": true,
"required": true
},
"resources": [
{
"id": "89fe0192-ddcd-430a-b285-e1396a4725d2",
"title": "Summer Promotion",
"capacity": 2,
"seating": true,
"seats": [
{
"id": "f1a5d2e8-8d57-4f0b-9c3f-6a12d7a8bc90",
"row": "A",
"column": "4",
"status": "CONFIRMED"
}
]
}
],
"availableSeats": [
{
"id": "f1a5d2e8-8d57-4f0b-9c3f-6a12d7a8bc90",
"row": "A",
"column": "4",
"status": "CONFIRMED"
}
],
"selectedSeats": [
{
"id": "f1a5d2e8-8d57-4f0b-9c3f-6a12d7a8bc90",
"row": "A",
"column": "4",
"status": "CONFIRMED"
}
],
"seller": {
"id": "e7cc8bb4-8d1c-4848-8824-5dbedb718681",
"name": "Morning City Tour",
"reference": "REF-2026-001",
"tags": [
"vip",
"partner"
],
"emailAddress": "jane.doe@goldengatetours.com",
"phoneNumber": "+12025550123"
}
}
]Request Fields
Response Fields
Seat Object
Seller Object (driver/guide)
Booking Reservation / Update
Added Availability Field
Schema Additions (JSON)
Availability
AvailabilityBatchRow
AvailabilityResourcesRequest
Booking
BookingWriteRequest
PackageAvailability
Last updated