Expense Sheet All Single

Approves, processes and posts a single expense sheet, provided that the user has the correct permissions to do so.

ParameterMandatoryDescriptionExamplesMore Info
APIYesThe API areaexpensesheets.json
GeneralYesParameters described in overviewuser=user&password=user&version=3.9Overview
ActionYesThe action to performaction=expensesheetall
IdentifierYesExpense sheet ID or UUIDexpensesheet=1234

Example request:

http://<SERVER>/jsonapi/expensesheets.json?user=user&password=user&version=3.9&action=expensesheetall&expensesheet=1234

Example response:

{
  "responsecode": 1,
  "responsestatus": "OK",
  "errorcode": 0,
  "errormessage": "",
  "responsemessage": "Expense sheet approved, processed and posted.",
  "warningmessage": "",
  "success": true
}