Expense Sheet Process
Parameter | Description | Examples |
---|---|---|
API | The API area | expensesheets.json |
Action | Expense Sheet Approval | &action=expensesheetprocess |
Action | Multiple Expense Sheet Approval | &action=expensesheetsprocess |
<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 process an expense sheet
http://<SERVER>/jsonapi/expensesheets.json?user=user&password=user&version=3.3&action=expensesheetprocess&expensesheet=1234
Request to process multiple expense sheets
http://<SERVER>/jsonapi/expensesheets.json?user=user&password=user&version=3.3&action=expensesheetsprocess&expensesheet=[1234,4567]
Example response:
{
"responsecode": 1,
"responsestatus": "OK",
"errorcode": 0,
"errormessage": "",
"responsemessage": "Expense sheet processed.",
"warningmessage": "",
"success": true
}