API - Get Entry (Boeking) Details

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

Support voor inodes :

Submit

<?xml version="1.0" encoding="UTF-8"?>
<myxml>
    ...
    <entryid></entryid>
    <lang></lang>
    <inodes></inodes>
    <showlog></showlog>
    <showdocs></showdocs>
</myxml>

entryid Mandatory
Unique identifier for the registered Acumulus transaction.


showlog (optional)

Description
0
Do not include log-information for the given entry (default)
1
Include verbose logging

showdocs (optional)

Description
0
Do not include document structure for the given entry (default)
1
Include information about files attached to the entry

Response

<?xml version="1.0" encoding="UTF-8"?>
    <response>
        <entry>
            <token></token>
            <entryid></entryid>
            <entrydate></entrydate>
            <entrytype></entrytype>
            <entrytypeid></entrytypeid>
            <entrydescription></entrydescription>
            <entrynote></entrynote>
            <vatreversecharge></vatreversecharge>
            <foreigneu></foreigneu>
            <foreignnoneu></foreignnoneu>
            <marginscheme></marginscheme>
            <foreignvat></foreignvat>
            <contactid></contactid>
            <accountnumber></accountnumber>
            <costcenterid></costcenterid>
            <costheadingid></costheadingid>
            <invoicenumber></invoicenumber>
            <invoicenote></invoicenote>
            <descriptiontext></descriptiontext>
            <invoicelayoutid></invoicelayoutid>
            <token></token>
            <paymenttoken></paymenttoken>
            <totalvalueexclvat></totalvalueexclvat>
            <totalvalue></totalvalue>
            <totalvalueforeignvat></totalvalueforeignvat>
            <paymenttermdays></paymenttermdays>
            <paymentdate></paymentdate>
            <paymentstatus></paymentstatus>
            <deleted></deleted>
            <docs>
                <doc>
                    <docid><docid>
                    <docdatetime><docdatetime>
                    <docname><docname>
                    <docmimetype><docmimetype>
                </doc>
                <doc>
                    ...
                </doc>
            </docs>
            <totaldocs></totaldocs>
            <logs>
                <log>
                    <logid></id>
                    <logtimestamp></logtimestamp>
                    <logtypeid></logtypeid>
                    <logtype></logtype>
                    <logtypedescription></logtypedescription>
                    <logsub></logsub>
                    <logdescription></logdescription>
                    <logdescriptionalt></logdescriptionalt>
                    <loguserid></loguserid>
                    <logusername></logusername>
                </log>
                <log>
                    ...
                </log>
            </logs>
        </entry>
    </response>

entryid
Unique numeric value for identifying the accounting transaction (dutch: boekstuknummer).

entrydate
Date of the entry.

entrytype
Type of the entry.

entrytypeid
Numeric identifier for the type of the entry.

entrydescription
Description of the entry.

entrynote
Note with the entry.

vatreversecharge
Response is either 0 or 1. Where 0 has no reverse VAT charge applied and 1 has.

foreigneu
Non NL, but EU when applicable. Response is either 0 or 1. Where 0 is not applicable and 1 is.

foreignnoneu
Not NL and not EU when applicable. Response is either 0 or 1. Where 0 is not applicable and 1 is.

marginscheme
Response is either 0 or 1. Where 0 is not applicable and no margin scheme has been applied. For 1 it is.

foreignvat
Foreign VAT applied to entry. See also vattype 6 in vattype picklist. Response is either 0 or 1. Where 0 is not applicable and 1 is.

contactid
Numeric identifier for the contact.

accountnumber
Numeric identifier for the account.

costcenterid
Numeric identifier for the costcenter.

costheadingid
Numeric identifier for the costheading.

invoicenumber
Invoicenumber when applicable.

invoicenote
Note or remark with the invoice when applicable.

descriptiontext
Multi-line note or remark with the invoice when applicable.

invoicelayoutid
Template id for applied invoice layout, again when applicable.

token
Unique 32-character token. Useful for retrieving the PDF-invoice or packaging slip.

paymenttoken
Unique 32-character token. Useful for constructing a payment uri.

totalvalueexclvat
The total value of the entry excluding all VAT.

totalvalue
The total value of the entry including all VAT.

totalvalueforeignvat
The total value of the foreign VAT.

paymenttermdays
The amount of days for the payment. Only available for regular outgoing invoices.

paymentstatus
Paymentstatus. Either 1 or 2.

paymentdate
Datefield. Set as, or for payment date. Applies only to regular incoming or outgoing invoices.

deleted
Shows deletion date and time when marked deleted or empty when not.