Overview
This section describes all operations supported by the API, organized here by API group.
API Group
: Availability
API Group
: AvailabilityAvailability
Get available products
GET
/availability/v0/products
API Group
: Booking
API Group
: BookingBooking
Get booking list
GET
/booking/v0/bookings
Get a specific booking by id
GET
/booking/v0/bookings/{id}
Create new booking
POST
/booking/v0/bookings
Reservation
Get reservation list
GET
/reservation/v0/reservations
Get a specific reservation by id
GET
/reservation/v0/reservations/{id}
Cancel reservation
PUT
/reservation/v0/{reservationId}/cancel
API Group
: Inventory
API Group
: InventoryUnit
Get unit list
GET
/inventory/v0/units
Get a specific unit by id
GET
/inventory/v0/units/{id}
Product
Get product list
GET
/inventory/v0/products
Get a specific product by id
GET
/inventory/v0/products/{id}
Feature
Get feature list
GET
/feature/v0/features
Get a specific feature by id
GET
/feature/v0/features/{id}
Get feature category list
GET
/feature/v0/categories
API Group
: Organization
API Group
: OrganizationProperty
Get property list
GET
/organization/v0/properties
Get a specific product by id
GET
/organization/v0/properties/{propertyId}
API Group
: Restriction
API Group
: RestrictionRestriction
Get restriction list
GET
/restriction/v0/restrictions
API Group
: Sales Plan
API Group
: Sales PlanAge Category
Get age category list
GET
/setting/v0/age-categories
Get a specific age category by id
GET
/setting/v0/age-categories/{id}
Service
Get extra service list
GET
/sales-plan/v0/services
Get a specific extra service by id
GET
/sales-plan/v0/services/{id}
Sales Plan
Get sales plan list
GET
/sales-plan/v0/sales-plans
Get a specific sales plan by id
GET
/sales-plan/v0/sales-plans/{id}
Rate
Get sales plan's rate list
GET
/sales-plan/v0/rates
Last updated