Provides all the portfolio's budget rest endpoints
ADD AN EXPENSE
GET
/actual/{folioId}/expense
Parameter | Type |
---|---|
folioId | Long |
Parameter | Type | Required |
---|---|---|
name | String | yes |
amount | Double | yes |
category | String "OPEX" | yes |
type | String | yes |
recurrence | yes | |
description | no |
CREATE EXPENSE
POST
/budget/{folioId}/expense
UPDATE EXPENSE
PUT
/budget/{folioId}/expense/
COPY TO ACTUAL
POST
/budget/copyToActual/expenses
DELETE EXPENSES & POSITIONS
POST
/budget/{folioId}/remove/expenses
CREATE POSITION
POST
/budget/{folioId}/position
UPDATE POSITION
PUT
/budget/{folioId}/position