Accounting - GLAccountBalanceFiscal(sessionID, administrationID, transactionDate)

Gewijzigd op Ma, 6 Dec, 2021 om 3:20 PM

GLAccountBalanceFiscal(sessionID, administrationID, transactionDate)

Geeft de saldibalans van alle grootboekrekeningen in een administratie, op een specifieke datum, inclusief alle fiscale correctieboekingen.


Parameters


sessionID

De sessie ID zoals deze is verkregen met de methode Authenticate(accessKey).


administrationID

De identifier van de administratie. Voor een beschrijving waar je de administrationID kunt vinden zie artikel Administratie ID.


transactionDate

Uiterste datum van de transacties.


Response XML-schema


<xs:element name="GLAccountBalance">

        <xs:complexType>

                <xs:sequence>

                        <xs:element name="GLAccount" maxOccurs="unbounded">

                                <xs:complexType>

                                        <xs:sequence>

                                                <xs:element name="Description" type="xs:string" />

                                                <xs:element name="Amount" type="xs:decimal" />

                                        </xs:sequence>

                                        <xs:attribute name="Code" type="xs:string" />

                                        <xs:attribute name="BalanceType" type="xs:string" />

                                </xs:complexType>

                        </xs:element>

                </xs:sequence>

        </xs:complexType>
</xs:element>


Was dit artikel nuttig?

Dat is fantastisch!

Hartelijk dank voor uw beoordeling

Sorry dat we u niet konden helpen

Hartelijk dank voor uw beoordeling

Laat ons weten hoe we dit artikel kunnen verbeteren!

Selecteer tenminste een van de redenen
CAPTCHA-verificatie is vereist.

Feedback verzonden

We stellen uw moeite op prijs en zullen proberen het artikel te verbeteren