v1

latestOpenAPI 3.0.32026-07-2632131.4 MB
Airbnb Listing Expectations

Upsert Airbnb listing expectations

Upsert listing expectations for Airbnb channel by Guesty listing ID.

put/airbnb-resource-service/listing-expectations/{id}

Path parameters

idstring required
Example:5319674e4930a7f09b075698

Guesty listing id

Request body

Example request

{
  "listingExpectationsForGuests": {
    "type": "requires_stairs",
    "added_details": "Must climb stairs. Describe the stairs (for example, how many flights)."
  }
}

Response

Listing expectations for Airbnb channel have been upserted successfully

_idstring

Guesty listing expectation ID

internalListingIdstring

Guesty listing ID

externalListingIdstring

Airbnb listing ID

integrationIdstring

Guesty integration ID

airbnbDatastring[] required

Listing expectations data

createdAtstring date-time

Created at date and time

updatedAtstring date-time

Updated at date and time

Example response

{
  "airbnbData": [
    {
      "type": "requires_stairs",
      "added_details": "Must climb stairs. Describe the stairs (for example, how many flights)."
    },
    {
      "type": "potential_noise",
      "added_details": "The building is being renovated"
    }
  ]
}