Added

  • Added the following relationships to schema PaymentRequest:
    • receipt (optional)
  • GET /v3/administrations/:administration_id/receipts?include_concept=true
    • Gets receipts including concept receipts

Added

  • Added the following attributes to schema PaymentHandler:
    • pos_enabled
    • invoice_type
    • created_at
    • updated_at
  • GET /v3/administrations/:administration_id:/payment_handlers
    • Gets payment handlers
  • GET /v3/administrations/:administration_id:/payment_handlers/:id
    • Gets a payment handler
  • POST /v3/administrations/:administration_id:/payment_handlers
    • Creates a payment handler. Can be used by payment or POS provider apps.
  • PATCH /v3/administrations/:administration_id:/payment_handlers/:id
    • Updates an associated payment handler. Can be used by payment or POS provider apps.
  • DELETE /v3/administrations/:administration_id:/payment_handlers/:id
    • Deletes an associated payment handler. Can be used by payment or POS provider apps.

Added

  • Added the following attributes to schema PrimaryPackage:
    • applies_to_all_categories
  • GET /v3/channels/:channel_id/primary_packages/:primary_package_id/categories
    • Yields the categories to which the given PrimaryPackage applies

Added

  • GET /v3/app/supported_payment_methods
    • Yields all supported payment methods in BEX

Added

  • Added the following relationships to schema Reservation:
    • question_answers (question_answer|read permission required)

Added

  • Added the following attributes to schema Contact:
    • is_company
    • company
    • first_name
    • last_name
    • phone
    • mobile_phone
  • GET /v3/contacts/search/first
    • Returns the first found contact that matches a given email address or phone number

Added

  • Added the following attributes to schema Owner:
    • memo

Added

  • GET /v3/users
    • Returns all users that belong to an organization (user|read permission required)
  • GET /v3/users/:id
    • Returns a user of an organization.
  • GET /v3/administrations/:administration_id/todo_lists/:todo_list_id/planners
    • Returns all planners of a todo list (planner|read permission required)
  • GET /v3/administrations/:administration_id:/facilities
    • Gets available facilities of the administration
  • Added schema Planner
  • Added the following attributes to schema Executor:
    • user
  • Added the following attributes to schema Todo:
    • rentable_identity
    • facility
    • creator
  • Added the following attributes to schema User:
    • created_at
    • updated_at

Deprecated

  • Schema changes:
    • Booking#guest_invoice is deprecated, use Booking#customer_invoice instead

Fixed

  • Undo removal of relationship Order#customer_invoice

Added

  • Added the following attributes to schema Review:
    • visible