Mark booking as no show

Overview

Mark a booking as completed or no-show. Available for Staff and App tokens.

Batch Operations

Supports batch operations by providing an array of booking IDs (max 50).

Parameters

  • booking_id (required): Single booking UID or array of UIDs for batch operations
  • business_id (required): Business UID
  • mark_as_no_show: Set to true to mark as no-show instead of completed
  • message: Optional message to include with the completion notification
  • follow_up_params: Optional parameters for sending a follow-up email
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required

Booking UID. Can be a single string or an array of strings for batch operations (max 50 bookings).

string
required

Business UID

boolean

Set to true to mark as no-show instead of completed. Default is false.

string

Optional message to include with the completion notification.

follow_up_params
object

Optional parameters for sending a follow-up email after completion.

Responses

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json