Skip to main content
GET
Get one FinancialAccount
A financial account is a location-specific bookkeeping category used to track revenue, incoming payments, or security deposits when it is assigned to items and services sold by the location. Issued invoice lines retain a snapshot of the account’s code and name, so later changes to or deletion of the account do not alter them.

Authentication

This endpoint requires OAuth2 authentication. Include a valid bearer token in the Authorization header. The authenticated user must be a full unrestricted administrator or have the FinancialAccount-Read role.

Path Parameters

integer
required
The Id of the FinancialAccount record to retrieve.

Code Examples

Response

200

integer
ID of the location that owns this financial account..
string
Required display name for this financial account, up to 150 characters..
string
Required accounting reference code, up to 50 characters and unique within the location; it can match an external accounting system’s account code..
string
Optional free-text explanation of this account’s purpose, up to 254 characters..
integer
Category that controls the account’s use: Sales (1) for revenue, Payments (2) for incoming payments, or Deposits (3) for security deposits; defaults to Sales.. See eFinancialAccountType enum values: 1 = Sales, 2 = Payments, 3 = Deposits.
integer
Unique record identifier.
string
UUID of the record.
string
Date and time the record was created (ISO 8601).
string
Date and time the record was last updated (ISO 8601).
string
Email of the user who last updated this record.
boolean
Whether the record was recently created.
string
External system identifier.
Example Response