Allow editing of fullday absences #55
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?
Reverse engeneered communication to create a fullday absence:
method: POST
url: json/fulldayAbsence
sisAppName: bookingCalendar
Content-Type: application/json
request-body:
returns:
Reverse engeneered communication to update a fullday absence:
method: PUT
url: json/fulldayAbsence?persNr=143&start=20171217&end=20171217&stuart=BUU
sisAppName: bookingCalendar
Content-Type: application/json
request-body:
returns:
Reverse engeneered communication to remove a fullday absence:
method: DELETE
url: json/fulldayAbsence?persNr=143&start=20171217&end=20171217&stuart=BUU&text=test 2
sisAppName: bookingCalendar
returns empty response