API Reference
Modify Reservation
Update certain reservation attributes. Supports updating the following reservation attributes:
- guest_payment_method
- reservation dates
PATCH
Documentation Index
Fetch the complete documentation index at: https://docs.selfbook.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Basic authentication where:
- user-id is a partner account ID
- user-password is an API key token associated with the partner account
Path Parameters
id of the reservation
Body
application/json
Response
OK
ISO 8601.
Example:
"2024-05-20T00:00:00Z"
ISO 8601.
Example:
"2024-05-25T00:00:00Z"
Custom data object. Returned only if included in CreateReservationRequest.
ISO 8601.
Example:
"2024-05-20T18:00:00Z"
32-character alphanumeric Selfbook identifier.
Example:
"ZHPOGBXVQVFRVXXCHXRJATLEJWKNBERS"
Example:
{
"guest": {
"cvv": "123",
"token": "01JECWTWR109MQKG55E58HK52J"
}
}Available options:
CANCELED, CONFIRMED, CREATED Example:
"CONFIRMED"