API - NL Vat Entry Add


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

Support voor inodes :
Support voor onodes :

Submit

<?xml version="1.0" encoding="UTF-8"?>
<myxml>
    ...
    <paymentdate></paymentdate>
    <accountid></accountid>
    <amount></amount>
    <description></description>
<myxml>

paymentdate mandatory
Date partial payment was received.


accountid mandatory
The accountid correlates to the bank account identifier of the Acumulus contract owner. The value is provided as a numeric identifier. Please note that only references to active accountids are allowed. A list of available API-identifiers can be retrieved using a special picklist API call or through the bank accounts overview in Acumulus.


amount mandatory
Float value for the amount of the payment using max 2 decimals. Use negative values for VAT payments and positive values for VAT refunds


description mandatory
Description for the partial payment.


Response

<?xml version="1.0" encoding="UTF-8"?>
 
<response>
    ...
    <entryid></entryid>
    <amount></amount>
    <accountid></accountid>
    ...
</response>
 

entryid
Identifier to which the registation was applied to.

amount
Supplied amount in reponse.

accountid
Supplied accountid in reponse.