Skip to main content

Get a specific chart_of_account by ID

GET 

/v1/chart_of_accounts/:id

Get a specific chart_of_account by ID

Request

Path Parameters

    id stringrequired

    The ID of the ChartOfAccount to retrieve

Responses

A chart_of_account object

Schema
    data object
    id stringrequired

    Unique Bookkeep identifier for the ChartOfAccount object in string format.

    type stringrequired

    Default value: qb_account

    Type of object.

    attributes object

    ChartOfAccount attributes.

    id integerrequired

    Unique identifier for the ChartOfAccount object.

    app_name stringrequired

    Name of accounting Platform.

    app_identifier stringrequired

    Unique identifier specific to accounting platform.

    account_identifier stringrequired

    ChartOfAccount identifier in accounting platform.

    account_name stringrequired

    Name of the ChartOfAccount in accounting platform.

    account_currency stringrequired

    Currency of ChartOfAccount in accounting platform or base currency of the accounting platform.

    account_type stringrequired

    ChartOfAccount type in accouting platform.

    account_code stringrequired

    ChartOfAccount code in accounting platform.

    account_status stringrequired

    ChartOfAccount status in accounting platform.

    description stringrequired

    Bookkeep Generated ChartOfAccount description.

    account_class_type stringrequired

    ChartOfAccount class type in accounting platform.

    account_sub_type stringrequired

    ChartOfAccount sub_type in accounting platform.

    organization_id integerrequired

    Unique identifier for the Organization object.

    links object
    self stringrequired

    URL to the object or collection of objects.

    current stringnullablerequired

    URL to the current page of objects. This property is only returned when fetching a collection of objects.

    next stringnullablerequired

    URL to the next page of notifications. This property is only returned when fetching a collection of objects a next page is available.

    last stringnullablerequired

    URL to the last page of notifications. This property is only returned when fetching a collection of objects a next page is available.

Loading...