API - Profit per month


Resource:
/acumulus/stable/reports/report_profit_per_month.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>
	...
	<year></year>
</myxml>

year non mandatory
Year for which the overview is requested. Use 4-digit YYYY format. Defaults to current year.


Response

<?xml version="1.0" encoding="UTF-8"?>
<response>
    <profit>
        <profityear></profityear>
        <jan>
            <turnover></turnover>
            <costs></costs>
            <netprofit></netprofit>
            <totalnetprofit></totalnetprofit>
        </jan>
        <feb>
            <turnover></turnover>
            <costs></costs>
            <netprofit></netprofit>
            <totalnetprofit></totalnetprofit>
        </feb>
        <mar>
            <turnover></turnover>
            <costs></costs>
            <netprofit></netprofit>
            <totalnetprofit></totalnetprofit>
        </mar>
        <apr>
            <turnover></turnover>
            <costs></costs>
            <netprofit></netprofit>
            <totalnetprofit></totalnetprofit>
        </apr>
        <may>
            <turnover></turnover>
            <costs></costs>
            <netprofit></netprofit>
            <totalnetprofit></totalnetprofit>
        </may>
        <jun>
            <turnover></turnover>
            <costs></costs>
            <netprofit></netprofit>
            <totalnetprofit></totalnetprofit>
        </jun>
        <jul>
            <turnover></turnover>
            <costs></costs>
            <netprofit></netprofit>
            <totalnetprofit></totalnetprofit>
        </jul>
        <aug>
            <turnover></turnover>
            <costs></costs>
            <netprofit></netprofit>
            <totalnetprofit></totalnetprofit>
        </aug>
        <sep>
            <turnover></turnover>
            <costs></costs>
            <netprofit></netprofit>
            <totalnetprofit></totalnetprofit>
        </sep>
        <oct>
            <turnover></turnover>
            <costs></costs>
            <netprofit></netprofit>
            <totalnetprofit></totalnetprofit>
        </oct>
        <nov>
            <turnover></turnover>
            <costs></costs>
            <netprofit></netprofit>
            <totalnetprofit></totalnetprofit>
        </nov>
        <dec>
            <turnover></turnover>
            <costs></costs>
            <netprofit></netprofit>
            <totalnetprofit></totalnetprofit>
        </dec>
        <maxpositive></maxpositive>
        <maxnegative></maxnegative>
    </profit>
</response>

profityear
Integer.
turnover
Float. 2 Decimals.
costs
Float. 2 Decimals.
netprofit
Float. 2 Decimals.
totalnetprofit
Float. 2 Decimals.
maxpositive
Float. 2 Decimals.
maxnegative
Float. 2 Decimals.