Add saving entry
Create a new saving entry linked to a goal
| Header Parameters |
|---|
X-Bc-Token string — REQUIREDJWT token with user account |
X-Bc-Ws string — REQUIREDUUID of the workspace |
| Request Body — REQUIRED |
|---|
amount number — REQUIRED |
note string |
labels integer[] |
account_id integer — REQUIRED |
category_id integer — REQUIRED |
currency_id integer — REQUIRED |
payment_type integer — REQUIRED |
uuid string |
transfer_id boolean |
date_time date-time — REQUIRED |
confirmed boolean |
waranty boolean |
planning integer |
end_date_time string |
exclude_from_stats boolean |
type string — REQUIRED |
goal_id uuid |
| Responses |
|---|
201Saving entry created successfully |