API - Transfers - Add local internal transfer


Resource:
/acumulus/stable/transfers/local_transfer_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


Submit

<?xml version="1.0" encoding="UTF-8"?>
<myxml>
     <contract>
          <contractcode></contractcode>
          <username></username>
          <password></password>
          <emailonerror></emailonerror>
          <emailonwarning></emailonwarning>
    </contract>
 
    <format></format>
 
    <connector>
        <application></application>
        <webkoppel></webkoppel>
        <development></development>
        <remark></remark>
        <sourceuri></sourceuri>
    </connector>
 
    <accountidfrom></accountidfrom>
    <accountidto></accountidto>
    <costcenterid></costcenterid>
    <date></date>
    <description></description>
    <amount></amount>
 
</myxml>

accountidfrom
Numeric identifier for the in-Acumulus account. (see List Accounts API)

accountidto
Numeric identifier for the in-Acumulus account. (see List Accounts API)

date
Transfer date in YYYY-MM-DD format.

description
Description of transfer.

amount
Value of the transfer in 12.34 format.

costcenterid
Optional numeric identifier for the costcenter.


Response

<?xml version="1.0" encoding="UTF-8"?>
<response>
    <transfer>
        <entryid></entryid>
        <entryid></entryid>
    </transfer>
<response>

entryid
Unique entryid. Please note that this call provides 2 entry id's.

entryid
Unique entryid. Please note that this call provides 2 entry id's.