Zeevou API Documentation

Instructions:

  • Document will have portal, plugin settings, each, and everything to setup
  • The basic setup instructions for each PMS, any settings to amend in the portal, what is pulled, what can be changed, any maintenance, etc.
  • In a word format and tom can then create it on site as a docs
  • We might need to use screenshots as well

Index:

  • Introduction
  • Portal 
  • Add Listings 
  • Add Calendar / Availability
  • Add Reservations
  • Cancel Reservations
  • API Integration
  • Credentials Required 
  • Endpoints 
    • All listings 
    • Single listing 
    • Reservations (Create/Cancel) 
    • Prices (Extra guest fee, daily price, Taxes, Discounts)
    • Availability (Min stay, Available)
  • Missing Endpoints
  • Manual sync all or single listing
  • Auto Sync settings
  • Website Settings
  • Plugin Settings 
    • Overriding 
    • Cronjobs (Enable/Disable)
  • Customization 
  • Auto Registration 
    • Path of files for custom code.
  • Gateways
  • Stripe
  • Options on theme settings
  • Path of files for custom code.
  • Code
  • Child Theme.
  • API Plugin.



1. Introduction 

Zeevou API

Zeevou is an easy-to-use online platform that automates hospitality management - from marketing, to bookings, to operation. It’s also a global community that helps you grows your hospitality business through cutting-edge automation, industry-leading training, and world-class support.

2. Portal 

Add Listings

Add Calendar / Availability

Add Reservations

Cancel Reservations

For Client ID & Client Secret need to contact with Zeevou support.

3. API Integration 

Credentials Required

  1. Client ID
  2. Client Secret

Client ID and Client secret are required for getting response of all requests.

Endpoints

API Doc: https://sandbox.zeevou.com/apis/docs

https://sandbox.zeevou.com/apis/docs?ui=re_doc

  1. GET Listings 

           https://hub.zeevou.com/apis/unit_types

  1. GET Single Listing 

https://hub.zeevou.com/apis/unit_types/{id}

https://hub.zeevou.com/apis/properties/{id}

  1. GET Prices

https://hub.zeevou.com/apis/rates?&rate_plan

  1. GET Availability

https://hub.zeevou.com/apis/unit_type_availabilities

  1. Create Reservation

https://hub.zeevou.com/apis/group_bookings


Missing data

  1. No cancel reservation endpoint
  2. Images upload manually

Manual sync options 

  1. All Data sync 

  1. Single listing sync (Go single listing edit page)

Auto Sync Settings

  1. Plugin Setting page (Go to Listings > Settings)
  2. View existing auto schedules 
  3. Can enable/Disable each auto sync by clicking checkbox under Action Column. 


4.Website Settings

Plugin Settings

  1. Plugin Setting page (Go to Listings > Settings)
  2. Enter required API credentials 

  1. Override options
  2. You can enable / disable override settings for API data.

  1. Can view and enable/disable Auto Syncs. 



5. Customization

Auto Registration

Changes for auto registrations module are in following files. 

  1. homey-child\template-parts\boostly-modal-register.php
  2. homey-child\template-parts\instance-booking\nightly.php
  3. plugin\zeevou\assets\js\zeevou.js
  4. plugin\zeevou\zeevou.php



6. Gateways

Stripe 

Changes regarding stripe to Zeevou reservation are in the following files.

  1. theme\homey-child\template-parts\instance-booking\nightly.php
  2. plugin\zeevou\zeevou.php
  3. plugin\zeevou\assets\js\zeevou.js
  4. plugin\zeevou\classes\class-stripe.php

Homey theme settings to enable / disable Stripe gateway



7. Code

Child Theme

Path: theme\homey-child

API Plugin

Path: plugin\zeevou

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us