New features and bug fixes

Third Party API - Release v2025.7.0

Your Third Party API experience is improving as we work to squash bugs and release new features. Here's an account of the improvements you'll find in the latest releases.

This release is now available on production at 12 February.

Third Party API

What's Improved

  • Added support for returning additions with show moment my environment

    It is now possible to book additions with show moment my environment for existing reservations. The new reservation endpoints still return only show moment internet, the following endpoints support both show moment internet and my environment now

    • GET /maxxton/v1/reservations/{reservationId}/reservedresources/{reservedResourceId}/additions
    • POST /maxxton/v1/reservations/{reservationId}/reservedresources/{reservedResourceId}/additions
    • PUT /maxxton/v1/reservations/{reservationId}/reservedresources/{reservedResourceId}
    • DELETE /maxxton/v1/reservations/{reservationId}/reservedresources/{reservedResourceId}
  • New field is added in the reservations endpoint

    The field code is added in the endpoints GET /maxxton/v1/reservations/{reservationId}/reservedresources/{reservedResourceId}/additions to fetch addon code.

  • Added support for vehicle subject in the reservation details calls

    Added support for subjects with type vehicles in the following endpoints

    • GET /maxxton/v1/reservations/details
    • GET /maxxton/v1/reservations/{reservationId}/details

Show all tickets included in this release