Files
Facilitor/APPL/API2/api_reservations.asp
Koen Reefman e7b952f56a Merge 2025.2 RC2 patches (ongoing)
svn path=/Website/trunk/; revision=69511
2025-06-23 07:36:36 +00:00

28 lines
756 B
Plaintext

<%@ language = "JavaScript" %>
<% /*
$Revision$
$Id$
File: api_reservations.asp
Description: PRS_PERSLID API
Parameters:
Context: Door een remote systeem (geen persoon) om info uit FACILITOR te halen aan te roepen
Notes:
*/
DOCTYPE_Disable = true;
ANONYMOUS_Allowed = 1; // Eigenlijk niet waar. We regelen echter alles zelf
THIS_FILE = "appl/api/api_reservations.asp";
%>
<!-- #include file="../Shared/common.inc" -->
<!-- #include file="./api2_rest.inc" -->
<!-- #include file="./model_reservations.inc" -->
<%
var mode = "xxxx"; // mode must be defined because of use in model_res_kenmerk.inc
api2_rest.process(model_reservations);
ASPPAGE_END();
%>