This is the documentation for an older version of Folio and has been moved to the Tempo instance.
Please view the Folio Category in the Tempo Products Wiki Categories for all versions of Folio's Documentation.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

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"
}

 


{
   "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

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
 

 

 

  • No labels