Provides all the portfolio's budget rest endpoints
ADD AN EXPENSE
Parameter | Type |
---|---|
folioId | Long |
Requests : application/json
OCCURRING ONCE | |
---|---|
{ |
{
"category":"OPEX",
"recurrence":{
"displayRecurrence":"Once on 1/Aug/13",
"frequency":{
"name":"ONCE",
"displayName":"Once"
},
"recurrenceBy":{},
"startDate":"1/Aug/13",
"occurrences":1,
"canBeAmortized":false
},
"name":"NAME",
"amount":"1000",
"type":"EXPENSE TYPE",
"description":"DESCRIPTION"
}
Representation : application/json
CREATE EXPENSE
UPDATE EXPENSE
COPY TO ACTUAL
DELETE EXPENSES & POSITIONS
CREATE POSITION
UPDATE POSITION