Skip to main content
PATCH
Update a showing

Authorizations

Authorization
string
header
required

API key authentication. Include your API key in the Authorization header:

Path Parameters

showingId
string
required

The showing identifier. Can be either:

  • A UUID (e.g., 550e8400-e29b-41d4-a716-446655440000)
  • A unique showing key (e.g., ext_12345)

Body

application/json
showing_date
string<date-time>
scheduled_date
string<date-time>
attendee_name
string
attendee_email
string<email>
attendee_phone
string
agent_name
string
feedback
string
rating
integer
Required range: 1 <= x <= 5
interested
boolean
event_type
enum<string>
Available options:
showing,
open_house
title
string
attendees_count
integer
unique_showing_key
string

Unique identifier for the showing event from external systems. Used for deduplication and integration purposes.

showing_time_start
string<date-time>

Start time of the showing event. Used for API entries to specify exact start time.

showing_time_end
string<date-time>

End time of the showing event. Used for API entries to specify exact end time.

Response

Showing updated successfully

data
object
message
string