---
title: "Update Customer OSH Transactions"
method: PATCH
path: "/customers/osh/transactions"
---

# Update Customer OSH Transactions

`PATCH /customers/osh/transactions`

## Request body

- object
  - `transactionSk` string, required — The unique identifier for the transaction
  - `mainCategory` string — The main category for the transaction
  - `subCategory` string — The sub-category for the transaction
  - `classification` string — The classification for the transaction
  - `classificationSource` string — The source of the classification
  - `labels` string[] — Labels associated with the transaction

## Response `200`

Transaction updated successfully

## Other responses

- `400` — Bad Request
- `404` — Transaction not found
- `500` — Internal server error

---

[API](https://skmtc.net/open-finance/apis/auth.md) · [All operations](https://skmtc.net/open-finance/apis/auth/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/open-finance/auth/versions/b4d401b65c3d/schema)
