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

# Retrieves a PurchaseCreditNote resource.

`GET /purchase_credit_notes/{id}`

Retrieves a PurchaseCreditNote resource.

## Path parameters

- `id` string, required

## Response `200`

PurchaseCreditNote resource

- PurchaseCreditNote
  - `id` string
  - `integration` string — The key of the integration source e.g. "quickbooks", or "xero"
  - `created` string, date-time, nullable
  - `modified` string, date-time, nullable
  - `srcId` string
  - `name` string, nullable
  - `referenceNumber` string, nullable
  - `totalAmount` integer, nullable
  - `balance` integer, nullable
  - `date` string, date-time, nullable
  - `currency` string, nullable
  - `status` string, nullable
  - `notes` string, nullable
  - `customerId` string, nullable
  - `customerName` string, nullable

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