EnrichmentFeedback
Bulk create category feedback for an end user
Provide bulk feedback on Transaction Categories for a specified end user
POST
Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Path Parameters
Query Parameters
Whether to process the feedback with high priority
Body
application/json
A list of objects containing a Transaction's heron id and the suggested Category. If you provide a `heron_id` for Category, you don't need to provide other fields. If `heron_id` is provided, we disregard `label`.
your identifier for where the feedback comes from e.g. bob_the_underwriter
Maximum length:
120
List of transaction heron IDs
List of transaction reference IDs
Response
201 - application/json
OK
The number of category annotations added
Example:
1
Was this page helpful?