Expense sheet post

Expense Sheet Post

ParameterDescriptionExamples
APIThe API areaexpensesheets.json
ActionExpense Sheet Posting&action=expensesheetpost
ActionMultiple Expense Sheet Posting&action=expensesheetspost
<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 post an expense sheet

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

Request to post multiple expense sheet

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

Example response:

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