Expense sheet unapprove

Expense Sheet Unapprove

ParameterDescriptionExamples
APIThe API areaexpensesheets.json
ActionSingle Expense Sheet Unapprove&action=expensesheetunapprove
ActionMultiple Expense Sheet Unapprove&action=expensesheetunapprove
<General>Parameters described in overviewuser=user&password=user&version=3.3
<input mandatory>Expense ID:Expense Sheet ID&expensesheet=1234
OR
<input mandatory>UUID:Expense Sheet UUID&uuid=1234567489

Example requests:
Request to unapprove an expense sheet

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

Request to unapprove multiple expense sheets

http://<SERVER>/jsonapi/expensesheets.json?user=user&password=user&version=3.3&action=expensesheetsunapprove&expensesheet=[1821,1820]

Example response:

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