Reading data
Implementation of the latest Diamant webservice to access and modify data in your accounting software. Here is an explanation of reading data.
General parameters
Name
Description
Example
Example
let result = app.businessFunction({
functionName: "Diamant",
methodName: "GetAddresses",
filter: "companyId eq 999",
top: 10,
orderby: "addressId asc",
company: 999 //optional
})GetAddresses
Example
GetBanks
Example
GetCustomers
Example
GetVendors
Example
GetOpenItems
Example
GetGenLedgerAccounts
Example
Last updated