Use different url to create start / end bookings #20
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
All bookings created by the tool are marked as "modified afterwards" even if it was created right in time.
This happens because we use the api from the booking calender.
We should use the api from terminal instead!
method: POST
url: json/terminalPageController/evoTerminalBooking
sisAppName: terminal
request-body:
empty response
The new url ignores the time for bookings! This is now definately considerd to be a bug! We need to use the new API url when creating bookings for NOW and the old url when creating bookings in the past / future.
[requested by mario]