25 lines
762 B
Plaintext
25 lines
762 B
Plaintext
<%@ language = "JavaScript" %>
|
|
<% /*
|
|
$Revision$
|
|
$Id$
|
|
|
|
File: api_reservationconsumables.asp
|
|
|
|
Description: RES_RSV_ARTIKEL 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/api2/api_reservationconsumables.asp";
|
|
%>
|
|
<!-- #include file="../Shared/common.inc" -->
|
|
<!-- #include file="../Shared/json2.js" -->
|
|
<!-- #include file="./api2.inc" -->
|
|
<!-- #include file="../res/res.inc"-->
|
|
<!-- #include file="./model_reservationconsumables.inc" -->
|
|
<%
|
|
api2.process(model_reservationconsumables);
|
|
%> |