10.2 Update an Original Budget Amount
Using API
PUT
https://<instance url>/api/budget_lines/<budget line id>
https://<instance url>/api/budget_lines/616
Payload
<?xml version="1.0" encoding="UTF-8"?> <budget_lines> <amount>7500</amount> </budget_lines>
We can also modify the Remaining Amount in the Budget line using the same endpoint but a different payload.
https://<instance url>/api/budget_lines/<budget line id>
but with different payload:
<budget_lines> <remaining_budget>3000</remaining_budget> </budget_lines>
You cannot update both the Amount
and Remaining Amount
fields at the same time.
Using CSV
For a sample file, see adjust_budgetamount.csv.