---
title: "Returns a list of Supplier's account transactions."
method: GET
path: "/v1/suppliers/{itemId}/accountTrans"
tags: ["Suppliers"]
---

# Returns a list of Supplier's account transactions.

`GET /v1/suppliers/{itemId}/accountTrans`

## Path parameters

- `itemId` integer, required

## Response `200`

OK

- AccountTranDto[]
  - `id` integer
  - `bookTranId` integer
  - `bookTranTypeId` integer
  - `bookTransactionReference` string
  - `bookTypeDesc` string
  - `credit` number, double
  - `debit` number, double
  - `procDate` string, date-time

---

[API](https://skmtc.net/bigredcloud/apis/big-red-cloud-api.md) · [All operations](https://skmtc.net/bigredcloud/apis/big-red-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bigredcloud/big-red-cloud-api/versions/1324a5ec638a/schema)
