Wiki
Clone wikiAPI-2.0 / Home
Launch 27 API 2.1
Account
- Get settings - get account settings, some settings may require authentication
Authentication
- Login - authenticate to perform restricted operations
Booking helpers
- Booking form setup - get preferences for booking form elements and appearance
- Spots for booking - get spots configured by client
- Location for booking - get location for address
- Frequencies for booking - get frequencies available for new booking or existing (requires authentication) booking
- Services for booking - get services available for new booking or existing (requires authentication) booking
- Custom fields for booking - get custom fields available for new booking or existing (requires authentication) booking
- Price estimation for booking - get price estimation and discounts for new booking or existing (requires authentication) booking
- Next booking date for frequency - get next date for frequency (requires authentication)
Policy
- New booking policy - get new booking policy details
- Booking reschedule policy - get reschedule booking policy details (requires authentication)
- Booking cancellation policy - get new booking policy details (requires authentication)
- Location policy - get location for booking policy details
Non-logged-in user
- Create booking as non-logged-in - create new booking
Customer (logged-in)
- Create booking for customer - create new booking (requires authentication)
- Get booking for customer - get single booking details (requires authentication)
- Get bookings for customer - get bookings for a customer (requires authentication)
- Get count of bookings for customer - get count of bookings for a customer (requires authentication)
- Update booking for customer - update or re-schedule existing booking (requires authentication)
- Cancel booking for customer - cancel existing booking (requires authentication)
Launch 27 Api-2.0 (DEPRECATED)
##General notes old (DEPRECATED)
Bookings
- Create booking - create new booking (DEPRECATED, use Create booking as non-logged-in or Create booking for customer instead)
- Get booking - get single booking details (requires authentication) (DEPRECATED, use Get booking for customer instead)
- Get bookings - get all bookings for a customer (requires authentication) (DEPRECATED, use Get bookings for customer instead)
- Get booking frequencies - list frequencies available for selected booking (requires authentication) (DEPRECATED, use Frequencies for booking)
- Get booking services - list services available for selected booking (requires authentication) (DEPRECATED, use Services for booking instead)
- Update booking - update existing booking details or re-schedule booking (requires authentication) (DEPRECATED, use Update booking for customer instead)
- Cancel booking - cancel existing booking (requires authentication) (DEPRECATED, use Cancel booking for customer instead)
Authentication
Booking related methods
Estimate booking price
- Estimate booking price - Estimate price and discounts for a new booking. (DEPRECATED, use Price estimation for booking instead)
States
- Get states - get all states for client's country (DEPRECATED, use
country
->states
from Get settings instead)
Frequencies
- Get frequencies - get frequencies available for new booking (DEPRECATED, use Frequencies for booking instead)
Services
- Get services - get services available for new booking (DEPRECATED, use Services for booking instead)
Spots
- Get spots - get all spots configured by client (DEPRECATED, use Spots for booking instead)
Booking custom fields
- Get custom fields - get custom fields available for new booking (DEPRECATED, use Custom fields for booking instead)
Updated