aboutsummaryrefslogtreecommitdiffstats

\DeprecatedApi

All URIs are relative to https://api.youneedabudget.com/v1

Method HTTP request Description
bulk_create_transactions post /budgets/{budget_id}/transactions/bulk Bulk create transactions

bulk_create_transactions

crate::models::BulkResponse bulk_create_transactions(budget_id, transactions) Bulk create transactions

Creates multiple transactions. Although this endpoint is still supported, it is recommended to use 'POST /budgets/{budget_id}/transactions' to create multiple transactions.

Parameters

Name Type Description Required Notes
budget_id String The id of the budget (\"last-used\" can be used to specify the last used budget and \"default\" can be used if default budget selection is enabled (see: https://api.youneedabudget.com/#oauth-default-budget) [required]
transactions BulkTransactions The list of transactions to create [required]

Return type

crate::models::BulkResponse

Authorization

bearer

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]