Expense sheet unapprove

Expense Sheet Unapprove

Parameter

Description

Examples

API

The API area

expensesheets.json

Action

Single Expense Sheet Unapprove

&action=expensesheetunapprove

Action

Multiple Expense Sheet Unapprove

&action=expensesheetunapprove

<General>

Parameters described in overview

user=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
}