Changelog

0.1.4

  • customer authentication token
  • price endpoint
  • swagger ui update, authorization header no longer needs "Bearer" prefix
  • minor bug fixes

0.1.3

  • update of station ids for UIC, SR70, IDOSBUS
  • updated documentation
  • minor bug fixes

0.1.2

(18.04.2024)

  • minor bug fixes

0.1.1

(17.04.2024)

  • minor bug fixes
  • Endpoint for get our current passenger classes

0.1.0

In this version of the changelog:

  • updated documentation,
  • easier to set passengers using abstract ids,
  • new endpoints and implemented some previously MOCK endpoints.

Constant Controller

  • /v1/Constants/ExtAllPassengerCategories: No longer MOCK.
  • New endpoint /v1/Constants/ExtAllAbstractPassengerCategories.
  • New endpoint /v1/Constants/ExtAllAbstractFareVariants.
  • New endpoint /v1/Constants/ExtTranslation.

Purchase Controller

  • Updated /v1/Purchase/ExtSetPassengersToConnection: Now uses abstract IDs for easier use.
  • Renamed and updated /v1/Purchase/ExtSetReservationsToConnection (previously /v1/Purchase/ExtSetReservationsToCart): More correct name, no longer MOCK.
  • Updated /v1/Purchase/ExtGetCart: Redone cart structure to be used by all partners, more details in the documentation.
  • Updated /v1/Purchase/ExtRemoveConnectionFromCart: Removes the whole connection with passengers and reservations from the cart, no longer MOCK.

Reservation Controller

  • New /v1/Reservation/ExtShortenReservationRoute.