businessBrixx
This server side api function does support the same parameters as businessBrixx from the client side api.
let result = await brixxApi.businessBrixx({
functionName:"CurrencyConverter",
methodName: "Convert",
fromCurrencySymbol: "EUR",
toCurrencySymbol: "USD"
});
console.log(result);
Last modified 3mo ago