Expenses Operations

Provides all the portfolio's budget rest endpoints

Key: com.greffon.folio Path: <JIRA_BASE_URL>/rest/folio/1.0 WADL: <JIRA_BASE_URL>/rest/folio/1.0/application.wadl

 

ADD AN EXPENSE

PUT
/actual/{folioId}/expense
ParameterType
folioIdLong

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

 

UPDATE EXPENSE

PUT
/budget/{folioId}/expense/