Create manual transactions in bulk
Creates transactions for a company's product in a single call, grouped by day. Returns an empty response with status 201 on success.
Manual products only. This endpoint only works with products classified as "Manual". Using it with a productId that exists but is not classified as Manual returns a 400 Bad Request error. If productId does not exist, or its associated bank record does not exist, a 404 is returned instead.
Mirrors the Embat website. This endpoint behaves like adding manual transactions from the Embat website: submitting transactions for a given day permanently replaces any transactions previously recorded for that same day on that product. Replaced transactions cannot be recovered.
Path parameters
Request body
Example request
{
"data": [
{
"concept": "Office supplies",
"amount": -350
}
]
}Response
Successful Response
Changes
No recorded changes to this endpoint across all 8 revisions of this API.