counts_ attributes on Cost/Extra are now only returned when they apply for the given quantity_type
- Schema changes:
Cost#counts_pets is deprecated, use Cost#quantity_type instead to find out if a Cost applies to pets.
Extra#counts_pets is deprecated, use Extra#quantity_type instead to find out if a Cost applies to pets.
- Added the following attributes to schema
City:
- Schema changes:
City#region is deprecated, use City#regions instead.
Region#country_code is deprecated, use Region#country_codes instead.
GET /v3/administrations/:administration_id/reservations
- Added support for setting Labels
- Added the following attributes to schema
DiscountAction:
GET /v3/customer_login_requests
- Send a login request to a Customer with the given email address for accessing the customer portal
GET /v3/administrations/:administration_id/rentables
- Added an
active query parameter
GET /v3/administrations/:administration_id/rentables
- Added an
include_archived query parameter
- Added the following attributes to schema
RentableType:
- Added the following attributes to schema
RentableIdentity:
GET /v3/administrations/:administration_id/todos/:todo_id/timesheets/
- Returns all
Timesheets of a todo
GET /v3/administrations/:administration_id/todos/:todo_id/timesheet/:id
POST /v3/administrations/:administration_id/todos/:todo_id/timesheets
- Create a Timesheet of a Todo
PATCH /v3/administrations/:administration_id/todos/:todo_id/timesheets/:id
- Update a Timesheet of a Todo
DELETE /v3/administrations/:administration_id/todos/:todo_id/timesheets/:id
- Delete an TImesheet of a Todo
- Added the following attributes to schema
MainOrderItem:
- Added the following attributes to schema
OrderItem: