API / Accounting
Use case / Accounting

Retrieve Account

Retrieves a single accounting code (GL / nominal code) by its ID.

get/v1/accounting/accounts/{id}

Path parameters

idstring uuid required

Response

Successful Response

idstring uuid required

Unique identifier of the record in Qargo.

archivedboolean required

Whether this record has been archived.

codestring required

Accounting code (GL / nominal code).

namestring required

Display name of the account.

Example response

{
  "billing_entity": {
    "legal_name": "Qargo BV",
    "vat_number": "NL123456789B01",
    "code": "QARGO",
    "company_registration_number": "12345678"
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.