How do I upload multiple transactions via the API when there is only a 'add_transaction' (singular) function?
I have this question, too!
Tell me when someone answers.
The more people who ask this question, the more it gets noticed.
The more people who ask this question, the more it gets noticed.
Create a customer community for your own organization
Plans starting at $19/month
-
Inappropriate?The 'text' portion of your submission to add_transaction can contain multiple individual transactions separated by a semicolon and/or newline.
e.g., submitting all of the following in a single `add_transaction` call will create 3 transactions in Buxfer:
"coffee 5.45 tags:drinks,coffee;
Pay check +6952.32 status:pending;
rent 1500 @@ house;"
I have successfully submitted 1000 simple transactions in a single call using this method. There is no stated maximum in the API docs.
1 person says
this answers the question
Loading Profile...


