Added

  • Added the following attributes to schema DiscountAction:
    • book_period
    • stay_period

Added

  • GET /v3/customer_login_requests
    • Send a login request to a Customer with the given email address for accessing the customer portal

Added

  • GET /v3/administrations/:administration_id/rentables
    • Added an active query parameter

Added

  • GET /v3/administrations/:administration_id/rentables
    • Added an include_archived query parameter

Added

  • Added the following attributes to schema RentableType:
    • surface_area
  • Added the following attributes to schema RentableIdentity:
    • surface_area

Added

  • 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
    • Gets a Timesheet
  • 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

  • Added the following attributes to schema MainOrderItem:
    • description
  • Added the following attributes to schema OrderItem:
    • description

Added

  • Added the following attributes to schema Invoice:
    • created_at
    • updated_at

Added

  • Added the following relationships to schema RentableType:
    • attachments

Added

  • Added the following attributes to schema Administration:
    • invoice_email
    • invoice_phone
  • GET /v3/administrations/:administration_id/todos/:todo_id/todo_images/
    • Returns all TodoImages of a todo
  • GET /v3/administrations/:administration_id/todos/:todo_id/todo_images/:id
    • Gets a TodoImage