Chart of accounts

The chart of accounts is the list of the accounts used by the organization. It is used to organize the finances of the entity and to segregate expenditures, revenue, assets and liabilities in order to give interested parties a better understanding of the financial health of the entity.

Accounts are typically defined by an identifier (account number) and a caption or header and are coded by account type.

The system comes with a general chart of accounts, these can not be modified, but you can add all the accounts you want.

Header api token: X-API-TOKEN

Get api token in Your account settings

Allowed API methods: GET, POST, PUT, PATCH, OPTIONS

  • List URL: /api/v1/base_model_s/chartaccount/
  • Detail URL: /api/v1/base_model_s/chartaccount/:id/
Params
  • _page_size: (int) Number of results per page
  • _page: (str|int) Number of page to get, set __all__ for get all results
  • _ordering: (str) Field for ordering, if is descending set '-' Ex: -field_name
  • _fields: (str) List of fields to return separed by comma
You can use any of other django lookups for filter data
Showing OPTIONS method:
 Loading API options...

Déjanos tus comentarios