Overview

This section describes all operations supported by the API, organized here by API group.

API Group: Availability

Availability

Name
Method
Endpoint

Get available products

GET

/availability/v0/products

API Group: Booking

Booking

Name
Method
Endpoint

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

Name
Method
Endpoint

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

Unit

Name
Method
Endpoint

Get unit list

GET

/inventory/v0/units

Get a specific unit by id

GET

/inventory/v0/units/{id}

Product

Name
Method
Endpoint

Get product list

GET

/inventory/v0/products

Get a specific product by id

GET

/inventory/v0/products/{id}

Feature

Name
Method
Endpoint

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

Property

Name
Method
Endpoint

Get property list

GET

/organization/v0/properties

Get a specific product by id

GET

/organization/v0/properties/{propertyId}

API Group: Restriction

Restriction

Name
Method
Endpoint

Get restriction list

GET

/restriction/v0/restrictions

API Group: Sales Plan

Age Category

Name
Method
Endpoint

Get age category list

GET

/setting/v0/age-categories

Get a specific age category by id

GET

/setting/v0/age-categories/{id}

Service

Name
Method
Endpoint

Get extra service list

GET

/sales-plan/v0/services

Get a specific extra service by id

GET

/sales-plan/v0/services/{id}

Sales Plan

Name
Method
Endpoint

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

Name
Method
Endpoint

Get sales plan's rate list

GET

/sales-plan/v0/rates

Last updated