external_companies

Through the external_companies drop we can access (limited) information from other companies

Methods

MethodReturn typeDescription
namestringThe external company name from the external company settings
idstringThe id of the external company
perioddropPeriod information from the external company (limited to year_end_date, accounts and reconciliations

External company period

Methods

MethodReturn typeDescription
accountsdropThe external company accounts information
reconciliationsdropThe external company reconciliations information

External company period accounts

Methods

MethodReturn typeDescription
namestringReturns the name of the first account in this drop.
return_values_in_millionsaccount dropThe values of the account drops in the created accounts drop will be shown in millions.
return_values_in_onesaccount dropThe values of the account drops in the created accounts drop will be shown in ones.
return_values_in_thousandsaccount dropThe values of the account drops in the created accounts drop will be shown in thousands.
valuedecimalThe sum of all values for all accounts in this accounts drop for this period.

External company period account

Methods

MethodReturn typeDescription
idintegerThe unique id for the account.
linkstring with linkThe number and name of the account with a link to the account itself.
namestringThe name of the account.
mapped_numberstringThe mapped account number.
numberstringThe number of the account defined in an account collection. Could be the original number or the mapped number, depending on the client's configuration.
original_namestringThe original name of the account (before mapping).
original_numberstringThe original number of the account (before mapping).
valuedecimalReturns the value of the account in the current period.

External company period reconciliations

Methods

MethodReturn typeDescription
countintegerAmount of active reconciliations.
handleReconciliation dropBy using the handle of a reconciliation, that specific reconciliation can be accessed.
starredReconciliations dropReconciliations that are marked with a star.

External company period reconciliation

Methods

MethodReturn typeDescription
handlestringThe handle of the reconciliation.
namestringThe name of the reconciliation.
numberstringReturns the virtual account number.
resultscollectionA collection with the names and values of all result tags. Using the name as a method will return the value.