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

# Retrieves a CustomerOpeningBalance resource.

`GET /customer_opening_balances/{id}`

Retrieves a CustomerOpeningBalance resource.

## Path parameters

- `id` string, required

## Response `200`

CustomerOpeningBalance resource

- CustomerOpeningBalance
  - `id` string
  - `integration` string — The key of the integration source e.g. "quickbooks", or "xero"
  - `srcId` string — The unique identifier of the source 3rd party integration
  - `created` string, date-time, nullable — The datetime when the item was created
  - `modified` string, date-time, nullable — The datetime when the item was last modified
  - `openingBalanceType` string, nullable — Unique identifier for the opening balance type
  - `customerId` string, nullable — Unique identifier for the customer
  - `openingDate` string, nullable — The date of the opening balance
  - `description` string, nullable — A description of the opening balance
  - `totalAmount` integer, nullable — The total amount of the opening balance
  - `currency` string, nullable — Currency of the account

## 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)
