airbnb · Example Payload

Airbnb Schedule Update Example

Airbnb Schedule Update Example is an example object payload from airbnb, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

start_timemax_guestsstatus

Example Payload

Raw ↑
{
  "start_time": "example-start_time",
  "max_guests": 1,
  "status": "example-status"
}