PATCH /v3/administrations/:administration_id/reservations/:id
- Update a reservation (license_plates)
DELETE /v3/subscription
- Deletes the current Subscription
POST /v3/channels/:channel_id/reservations/:id/split
- Splits off a Reservation from a (multi) Booking
- Added the following attributes to schema
Booking:
GET /v3/subdomains
- Returns all
Subdomains of the organization
GET /v3/subdomains/:id
- Added the following attributes to schema
Subscription:
- Added the following relationships to schema
DiscountAction:
- Added the following attributes to schema
Availability:
- available_for_pets (only included when explicitly defined in a sparse fieldset)
GET /v3/administrations/:administration_id/discount_actions
- Returns discount actions of an Administration
- Added the following attributes to schema
DiscountAction:
- discount_percentage
- fixed_discount
- minimum_number_of_nights
- maximum_number_of_nights
- archived
- created_at
- updated_at
- Added the following attributes to schema
Todo: