Diamant Connector
This brixxbox module allows to retrieve data from the Diamant Accounting Software and post data to it
Get Method
Example Usages Get
let result = await brixxApi.businessBrixx({
functionName:"Diamant",
methodName: "Get",
company: "9018",
dataType: "Address",
});
console.log(result) let result = await brixxApi.businessBrixx({
functionName:"Diamant",
methodName: "Get",
dataType: "Address",
searchParams:{
postcode: "61118"
},
usedFields:["key", "Name1"]
});
console.log(result)Write to Diamant
ImportTable Method
Example Usages Import Insert
Example Usages Import Upsert
Supported dataTypes
Last updated