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 

Booking Item

Booking Item Request / Response

PropertyData TypeRequiredDescription
externalIdStringYesExternalId to identify this item
nameStringYesName of the item
typeStringYesType of the item
itemAmountNumberYesAmount for one item
totalAmountNumberYesTotal amount
currencyStringYesCurrency
quantityNumberYesQuantity of for this item
adultCountNumberNoNumber of adults
childCountNumberNoNumber of children
  • Table of Contents
    • Booking Item Request / Response