/api/reports/

 

 

Parameters for GET Queries

PARAMETER NAMETYPEDESCRIPTIONREQUIRED
dateFromStringFormat: 2012-12-29T00:00:00
isOverdueboolean
getByContactboolean
getEverythingboolean
showCustomersboolean
documentIdStringProject ID (internal)
keywordString
typeOfPrintoutString
currencyCodeStringCURRENCY
getByTransactionDateboolean
partnerCustomerIdString
startint
limitint

 

Response

 

FIELD NAMETYPEDESCRIPTIONREQUIRED
APIAgedDebtsInfopayerIdlongPayment ID (internal)
APIAgedDebtsInfonameStringpayer name
APIAgedDebtsInforegistrationCodeStringRegistration code
APIAgedDebtsInfovatNumberStringVAT nr
APIAgedDebtsInfocountryStringpayer country
APIAgedDebtsInfoemailStringpayer email
APIAgedDebtsInfotypeCodeStringType of Transaction
APIAgedDebtsInfoprepaymentsintPrepayments made by payer
APIAgedDebtsInfototalDebtintTotal number of invoices that aren’t payed
APIAgedDebtsInfonotYetDueDebtintTotal number of invoices that aren’t gone over deadline but are unpaid
APIAgedDebtsInfoaged7intNumber of invoices that are gone over for less than 8 days
APIAgedDebtsInfoaged15intNumber of invoices that are gone over for more than 7days but less than 16 days
APIAgedDebtsInfoaged30intNumber of invoices that are gone over for more than 15days but less than 31 days
APIAgedDebtsInfoaged60intNumber of invoices that are gone over for more than 30 days but less than 61 days
APIAgedDebtsInfoaged90intNumber of invoices that are gone over for more than 60 days but less than 91 days
APIAgedDebtsInfoaged180intNumber of invoices that are gone over for more than 90 days but less than 180 days
APIAgedDebtsInfoaged360intNumber of invoices that are gone over for more than 180 days but less than 361 days
APIAgedDebtsInfoagedAllOtherintNumber of invoices that are gone over for more than 360 days
APIAgedDebtsInfolastMonth0intNumber of invoices that are gone over for less than 1 Month
APIAgedDebtsInfolastMonth1intNumber of invoices that are gone over for 1 to 2 months
APIAgedDebtsInfolastMonth2intNumber of invoices that are gone over for 2 to 3 months
APIAgedDebtsInfolastMonth3intNumber of invoices that are gone over for 3 to 4 months
APIAgedDebtsInfolastMonth4intNumber of invoices that are gone over for 4 to 5 months
APIAgedDebtsInfolastMonthAllOtherintNumber of invoices that are gone over for more than 5 months

 

EXAMPLE:

GET

https://api.erplybooks.com/api/reports/aged

 

JSON:

{"items":[{"id":3136916,"customerId":3136916,"partnerCustomerId":"0","overdueInvoiceDays":0,"daysToDeadline":7,"invoiceId":0,"customerIds":[3136916],"payerId":0,"name":"CUSTOMERNAME","registrationCode":null,"vatNumber":null,"country":null,"email":null,"typeCode":null,"prepayments":0,"totalDebt":38.500000,"notYetDueDebt":38.500000,"aged7":0,"aged15":0,"aged30":0,"aged60":0,"aged90":0,"aged180":0,"aged360":0,"agedAllOther":0,"lastMonth0":38.500000,"lastMonth1":0,"lastMonth2":0,"lastMonth3":0,"lastMonth4":0,"lastMonthAllOther":0},{"id":3137841,"customerId":3137841,"partnerCustomerId":"0","overdueInvoiceDays":6,"daysToDeadline":7,"invoiceId":0,"customerIds":[3137841],"payerId":0,"name":"CUSTOMERNAME2","registrationCode":"","vatNumber":"","country":"","email":"","typeCode":null,"prepayments":0,"totalDebt":26.000000,"notYetDueDebt":13.000000,"aged7":13.000000,"aged15":0,"aged30":0,"aged60":0,"aged90":0,"aged180":0,"aged360":0,"agedAllOther":0,"lastMonth0":26.000000,"lastMonth1":0,"lastMonth2":0,"lastMonth3":0,"lastMonth4":0,"lastMonthAllOther":0},{"id":3139631,"customerId":3139631,"partnerCustomerId":"0","overdueInvoiceDays":5,"daysToDeadline":7,"invoiceId":0,"customerIds":[3139631],"payerId":0,"name":" CUSTOMERNAME3","registrationCode":"","vatNumber":"","country":"","email":"","typeCode":null,"prepayments":0,"totalDebt":12.000000,"notYetDueDebt":11.000000,"aged7":1.000000,"aged15":0,"aged30":0,"aged60":0,"aged90":0,"aged180":0,"aged360":0,"agedAllOther":0,"lastMonth0":12.000000,"lastMonth1":0,"lastMonth2":0,"lastMonth3":0,"lastMonth4":0,"lastMonthAllOther":0},{"id":3139597,"customerId":3139597,"partnerCustomerId":"0","overdueInvoiceDays":5,"daysToDeadline":7,"invoiceId":0,"customerIds":[3139597],"payerId":0,"name":"CUSTOMERNAME4","registrationCode":"","vatNumber":"","country":"","email":"","typeCode":null,"prepayments":0,"totalDebt":8.800000,"notYetDueDebt":0,"aged7":8.800000,"aged15":0,"aged30":0,"aged60":0,"aged90":0,"aged180":0,"aged360":0,"agedAllOther":0,"lastMonth0":8.800000,"lastMonth1":0,"lastMonth2":0,"lastMonth3":0,"lastMonth4":0,"lastMonthAllOther":0}],"totalCount":4}