Atoka API User Reference
Notes to Accounts package "Base"
API tokens are configured to access only the packages each user needs; this means you might not have access to the content of this package. Ask your sales contact!
Available fields | Description | Data | Used by filters | Facet | Match | Stats |
---|---|---|---|---|---|---|
businessCategoriesGeneratingRevenue.id | Unique string identifier of the section containing the breakdown of net revenue by business category (in Italian "suddivisione dei ricavi delle vendite e delle prestazioni per categoria di attività "). | "string" | - | |||
company.id | The id of the company; it can be used to retrieve information from the Companies endpoint | "string" | companies | |||
profitDistributionToShareholders.id | Unique string identifier of the section "Proposta Destinazione Utili / Copertura Perdite", which contains information about distributing profits to shareholders. | "string" | - | |||
profitDistributionToShareholders.value | Amount extracted from the section "Proposta Destinazione Utili / Copertura Perdite", regarding profits distribution to shareholders. | float | - |
Example JSON fragment for package
{"company": {"id": "foo" },"businessCategoriesGeneratingRevenue": {"id": "foo" },"profitDistributionToShareholders": {"id": "foo", "value": 0.42 }}