---
title: "Retrieves a AccountingTransaction resource."
method: GET
path: "/accounting_transactions/{id}"
tags: ["AccountingTransaction"]
---

# Retrieves a AccountingTransaction resource.

`GET /accounting_transactions/{id}`

Retrieves a AccountingTransaction resource.

## Path parameters

- `id` string, required

## Response `200`

AccountingTransaction resource

- AccountingTransaction
  - `id` string — unique identifier for this invoice note that no particular pattern in this field is guaranteed, only that this field is unique e.g. "quickbooks-34"
  - `integration` string — The key of the integration source e.g. "quickbooks", or "xero"
  - `srcId` string — The unique identifier of the source 3rd party integration
  - `transactionId` string, nullable — Transaction type e.g. Payment
  - `transactionType` string, nullable — Transaction type e.g. Payment
  - `transactionNumber` string, nullable — Transaction number e.g. Payment
  - `transactionDate` string, date-time, nullable — Transaction date
  - `ContactId` string, nullable
  - `ContactName` string, nullable
  - `location` string, nullable
  - `description` string, nullable — Transaction description
  - `accountId` string, nullable
  - `accountNumber` string, nullable
  - `accountType` string, nullable
  - `accountName` string, nullable
  - `subAccountName` string, nullable
  - `taxAmount` integer, nullable — Amount of the transaction in cents e.g: 870
  - `taxType` string, nullable — Amount of the transaction in cents e.g: 870
  - `totalAmount` integer, nullable — Amount of the transaction in cents e.g: 870
  - `created` string, date-time, nullable
  - `modified` string, date-time, nullable
  - `contactId` unknown
  - `contactName` unknown

## Other responses

- `404` — Resource not found

---

[API](https://skmtc.net/bossinsights/apis/boss-insights.md) · [All operations](https://skmtc.net/bossinsights/apis/boss-insights/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bossinsights/boss-insights/revisions/d08a107895ad/schema)
