airbnb · Example Payload

Airbnb Schedule Create Example

Airbnb Schedule Create 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

datestart_timemax_guests

Example Payload

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