---
title: "Create Categorisation Feedback"
method: POST
path: "/transactions/categorisation/{categorisationId}/feedback"
tags: ["Data Plus"]
---

# Create Categorisation Feedback

`POST /transactions/categorisation/{categorisationId}/feedback`

Submit feedback for categorised transactions, by Categorisation ID and Transaction Hashes.

## Request body

- object
  - `transactionHash` string, required — The Hash of the Transaction that is subject of the Feedback
  - `suggestions` CategorisationFeedbackSuggestion[], required — The list of suggestions/issues on the categorised Transaction
    - `type` string, required — Allowed values: - `INCORRECT` - `MISSING`
    - `field` string, required — Allowed values: - `label` - `recurrence` - `payment processor` - `merchant name` - `logo` - `location`
    - `suggestedValue` string — __Optional__. When `type` is `INCORRECT`, you may specify the value that should have been used.
  - `notes` string — Any free-form notes about the Transaction, to be used for details that cannot be expressed via the `suggestions`

## Response `201`

Created

## Other responses

- `401` — Authentication Error
- `500` — Unexpected Error

---

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