v1

latestOpenAPI 3.0.3Apache 2.02026-08-062991191002.1 KB
LedgerAccountType

Retrieves the collection of LedgerAccountType resources.

Retrieves the collection of LedgerAccountType resources.

get/ledger_account_types

Query parameters

pageinteger

The collection page number

itemsPerPageinteger

The number of items per page

Response

LedgerAccountType collection

idstring
integrationstring

The key of the integration source e.g. "quickbooks", or "xero"

srcIdstring

Unique identifier for each ledger account type

createdstring date-time nullable

Created date and time of the ledger account type

modifiedstring date-time nullable

Last modified date and time of the ledger account type

namestring nullable

Name of ledger account type

Example response

[
  {
    "integration": "quickbooks"
  }
]