Update Room Accessibility Feature
The endpoint updates accessibility features for a specific Airbnb room.
Endpoint
POST
Header
app-id
string
Yes
Your application ID. Required for authentication.
Authorization
string
Yes
Your API key. for authorization. Required for authentication.
Content-Type
string
Yes
Must be set to application/json.
Attributes
hotelid alphanumeric (Required)
Specifies the required node hotelid containing the IT provider's hotel ID for which the provider wishes to add mapping information.
channelhotelid alphanumeric (Required)
Specifies the unique hotel ID used in the external distribution channel or PMS (Property Management System).
listingid numeric (Required)
Listing ID of the property allocated by Airbnb.
airbnb_room_id numeric (Required)
ID of the room.
accessibility_features object (Required)
Object containing details of accessibility features for the room.
facility_id numeric (Required)
ID of the facility which the listing supports. Obtain the required facility values through the Master Data API.
is_available boolean (Required)
Indicates whether the facility is available or not. Set to false to delete a facility from the listing.
Request
Response
Success Response
Success Response - Body Elements
Status string
Indicates the result of the API call. Will be "Success" if accessibility features are updated successfully.
Data object
Contains updated accessibility details of the room.
id string
Airbnb-assigned room ID.
accessibility_features array of objects
List of accessibility features for the room after update:
facility_id numeric
ID of the accessibility facility.
is_available boolean
Indicates whether the feature is available in the room.
Message string
Response message indicating the overall result of the update operation.
Error Response
Error Response - Body Elements
Status string
Indicates the result of the API call.
Will be always "Fail" in case of an error response.
Errors object
The response error, the root element.
Code string
Specific error code that helps identify the type of error.
For example: "400" indicates a bad request.
ShortText string
A short description of the error.
Message string
The message in the response.
Last updated
Was this helpful?