Files
Mareon/ax/SRC/F_PutOpdrachten.js
2015-01-21 12:41:03 +00:00

22 lines
644 B
JavaScript

// --------------------------------------------------------------------------------------
// F_GetSuppliers.js
// Copyright 2014 SG|facilitor. 053-4800 700, helpdesk@sgfacilitor.nl
// Written by MB (2014)
//
// MAREON Connector/Adapter Ax -> FACILITOR en Facilitor -> Ax
// --------------------------------------------------------------------------------------
function api_F_PutOpdrachten(v_xml, v_API)
{
var v_APIKEY = G_fclt_apikey;
var v_req = v_xml;
var v_type = 1; // xml
var v_soap_envelop = 0;
__Log(v_req,2);
apiFCLT(v_API, v_APIKEY, v_req, v_type, v_soap_envelop);
}