Expense Sheet Approve Multi

Approves multiple expense sheets.

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

Example request:

http://<SERVER>/jsonapi/expensesheets.json?user=user&password=user&version=3.9&action=expensesheetsapprove&expensesheet=[1234,1235]

Example response:

{
  "responsecode": 1,
  "responsestatus": "OK",
  "errorcode": 0,
  "errormessage": "",
  "responsemessage": "2 of 2 expense sheets approved.",
  "warningmessage": "",
  "success": true
}