---
title: "Returns a Supplier's opening balances, calculated for the next periods: current month, one month old, two months old, three and more months old."
method: GET
path: "/v1/suppliers/{itemId}/openingBalance"
tags: ["Suppliers"]
---

# Returns a Supplier's opening balances, calculated for the next periods: current month, one month old, two months old, three and more months old.

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

## Path parameters

- `itemId` integer, required

## Response `200`

OK

- OwnerOpeningBalanceInPeriodsDto
  - `currentMonth` number, double
  - `oneMonthOld` number, double
  - `twoMonthsOld` number, double
  - `threeMonthsOld` number, double

---

[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/revisions/1324a5ec638a/schema)
