API - Unpaid Creditor Invoices (Openstaande Crediteuren)


Resource:
/acumulus/stable/reports/report_unpaid_creditors.php
Since API:
Available for authenticated:
API gebruiker
Available for authenticated:
API beheerder
Communication:
Basic submit, including below structure


Response

<?xml version="1.0" encoding="UTF-8"?>
<response>
    <unpaidcreditorinvoices>
        <entry>
            <entryid></entryid>
            <issuedate></issuedate>
            <contactid></contactid>
            <contactname></contactname>
            <accountid></accountid>
            <accountnumber></accountnumber>
            <amount></amount>
        </entry>
        <entry>
            ...
        </entry>
        <numberunpaidcreditors></numberunpaidcreditors>
        <amountunpaidcreditors></amountunpaidcreditors>
    </unpaidcreditorinvoices>
</response>

entryid
Integer.
issuedate
YYYY-MM-DD date.
contactid
Integer.
contactname
Name for contact.
accountid
Integer.
accountnumber
Number for account.
accountdescription
Description for account.
amount
Float. 2 Decimals.
numberunpaidcreditors
Integer.
amountunpaidcreditors
Integer.