Files
Facilitor/APPL/API2/api_locations.asp
Jos Groot Lipman 8ecc8d071d FSN#38299 Flexkenmerken via de API kunnen bewerken, savepoint
svn path=/Website/trunk/; revision=33340
2017-03-30 12:58:52 +00:00

25 lines
679 B
Plaintext

<%@ language = "JavaScript" %>
<% /*
$Revision$
$Id$
File: api_locations.asp
Description: ALG_LOCATIE 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_locations.asp";
%>
<!-- #include file="../Shared/common.inc" -->
<!-- #include file="./api2_rest.inc" -->
<!-- #include file="../Shared/json2.js" -->
<!-- #include file="./model_locations.inc" -->
<%
api2_rest.process(model_alg_locatie);
%>