- Authorization
- Introduction
- Guides
- Booking Engine
- Toll Integration
- Car Rental
- Comments
- Currencies
- Emails
- Addresses
- Fields
- Blocked Days
- Customer Credits
- Daily Manifest
- Fines
- Packages
- Quotes
- Rate Types
- Rates
- Reservation Attempts
- Extensions
- External Charges
- Adjustments
- Payments
- Refunds
- Reservations
- Updates the status of a reservation to Open
- Updates the status of a reservation to Cancel
- Updates the status of a reservation to Pending
- Updates the status of a reservation to Quote
- Updates the status of a reservation to No Show
- Returns the details and validations required for the dates step
- Validates the dates and return a list of available classes for that period with the respective prices for each vehicle class
- Updates the vehicle class of a reservation (Only Existing Bookings)
- Returns a list of applicable additional charges based on the selection of dates, brand and vehicle class
- Returns the price for the selection of charges and vehicle class
- Creates or updates a customer in the system
- Confirms and create the reservation in the system
- Updates a reservation
- shows a list of reservations
- show rental agreement of specific reservation
- Set date of sign
- Find a specific reservation
- Assign vehicle
- Detach vehicle
- Available Vehicles
- Upload primary driver signature
- Returns the available cars for a given location and reservation date range
- Vehicle Replacements
- Reservation Agents
- Seasons
- Security Deposits
- Webhooks
- Filters
- Preferences
- Contacts
- files
- Fleets
- Payment Gateways
- Shows a list of credit cards for one customer
- Delete payment gateway
- Shows a list of payment methods
- Finds payment method by ID
- Returns payment method button
- Returns payment method form
- Finds payment transaction by UUID
- shows a list of payment transactions
- Create payment transaction
- Refunds a payment transaction
- Shows a list of stripe locations per gateway
- Returns a connection token for a given location
- Returns a connection token for stripe terminal
- Sheets
Show a list of all items for specific sheet
GET
/sheets/{sheet_id}
Sheets
Request
Path Params
sheet_id
required
Query Params
page
required
limit
required
Header Params
Authorization
string
required
Default:
{{AUTHENTICATION_TOKEN}}
Responses
🟢200OK
application/json
Body
total
integer
optional
per_page
integer
optional
current_page
integer
optional
last_page
integer
optional
next_page_url
string | null
optional
prev_page_url
string | null
optional
from
integer
optional
to
integer
optional
data
array [object {8}]
optional
id
integer
optional
created_by
integer
optional
updated_by
integer
optional
deleted_at
string | null
optional
created_at
string
optional
updated_at
string
optional
f93
string
optional
f94
string
optional
Example
{
"total": 0,
"per_page": 0,
"current_page": 0,
"last_page": 0,
"next_page_url": "string",
"prev_page_url": "string",
"from": 0,
"to": 0,
"data": [
{
"id": 0,
"created_by": 0,
"updated_by": 0,
"deleted_at": "string",
"created_at": "string",
"updated_at": "string",
"f93": "string",
"f94": "string"
}
]
}
🟠403Forbidden
🟠410Record Gone
🟠422Parameter Error
🔴500Server Error
Modified at 2025-03-28 15:05:28