Skip to main content

Recreatex documentation

API change log

Date

Type

Method

Summary

Internal reference

09 Dec 2024

Edit

FindCultureEvents

  • FindCultureEventsResponse now contains a FindCultureEventsResult, rather than directly returning the list of CultureEvents

    • Breaking change!

BACKOFFICE-24253

10 Dec 2024

Edit

AuthenticateUser

Added IncludeGenerateExternalLoginToken to the criteria

BACKOFFICE-25365

10 Dec 2024

Add

AuthenticateExternalLoginToken

Criteria:

  • Guid ExternalLoginToken

Response:

AuthenticationUserResponse

BACKOFFICE-25365

31 Dec 2024

Edit

ListInfrastructures

Criteria:

  • CalendarYears

  • IncludeCalendars

Response:

  • List<InfrastructureSelectableExclusionCalendar> ExclusionCalendars added on Infrastructure

Also added a list of Guids to RecurringPattern to give the selectedCalendars in the criteria when creating/validating RecurringReservations.

BACKOFFICE-25521

31 Dec 2024

Add

GetRecurringDayPatternDates

Criteria:

  • GetRecurringDayPatternDatesCriteria

    • RecurringDayPattern

    • DateTime StartDate

    • DateTime EndDate

    • Int MaxIterations

  • GetRecurringDayPatternDatesResult

    • IList<DateTime> DayPatternDates

BACKOFFICE-25521

03 Jan 2025

Edit

FindVendingMachineIncentives

Added property Valid to VendingMachineIncentive

BACKOFFICE-25443

03 Jan 2025

Edit

  • FindReservations

  • CancelReservations

  • Added CanBeRefunded to Reservation

  • Made a CancelReservationCriteria

BACKOFFICE-25581

15 Jan 2025

Edit

FindCombiOrganisedVisits

Added CombiOrganisedVisit.WebCreated to the response

BACKOFFICE-25614

14 Jan 2025

Edit

ConfigureDevice

Added Guid? TippingArticleId to the response

BACKOFFICE-25532

15 Jan 2025

Edit

  • FindReservations

  • FindOrganisedVisits

Added Bool Reservation.WebCreated and OrganisedVisit.WebCreated to the response

BACKOFFICE-25245

20 Jan 2025

Edit

FindExpositionOverviewByDay

Added List<Guid> ExpositionIdList to the criteria

BACKOFFICE-25445

23 Jan 2025

Edit Add

FindSalesZoneArticles

SetSalesZoneItemUnavailability

Added Unavailable as property to article and ArticleOption

Criteria: Guid SalesZoneId, ItemId, SetUnavailable

BACKOFFICE-25263