Jump to Content
PouchCONNECT
API Reference
v1.0

Log InPouchCONNECT
API Reference
Log In
v1.0API Reference

Introduction

  • Getting Started with PouchCONNECT
  • Environments
  • Tutorial
    • Creating Your First App
    • Authentication
    • Review Process
    • Register for a Test Venue
    • Activate Integration For a Venue
    • Activate Webhooks

APIs

  • Bookings API
    • Create Bookingpost
    • Update Bookingput
    • Get Bookingget
    • Delete Bookingdel
    • CheckIn Bookingpost
    • CheckOut Bookingpost
    • Cancel Bookingpost
    • Create Booking Itemspost
    • Update Booking Itemput
    • Get Booking Itemsget
    • Delete Booking Itemdel
    • Create Booking Notespost
    • Update Booking Noteput
    • Get Booking Notesget
    • Delete Booking Notedel
    • Create Customerpost
    • Update Customerput
    • Get Booking Customersget
    • Get Taxesget
    • Get Payment Methodsget
    • Get Productsget
    • Get Categoriesget
  • Accounting API
  • Payments API

Webhook

  • Booking
  • Transaction

Specifications

  • Bookings
    • Booking
    • Booking Item
  • Customers
    • Customer
  • Tax
  • Payment Method
  • Product
  • Category
  • Transaction Type
Powered by 

Tax

Tax Response

PropertyData TypeRequiredDescription
taxIdNumberYesThe id of the Tax (This is unique for each Venue)
businessIdNumberYesThe business Id
taxNameStringYesThe name of the tax
taxPercentageNunmberYesThe tax percentage
  • Table of Contents
    • Tax Response