Expense Line Submittable

Checks if an expense line can be submitted.

ParameterMandatoryDescriptionExamplesMore Info
APIYesThe API areaexpenselines.json
GeneralYesParameters described in overviewuser=user&password=userStructure of an API call
CompanyYesThe company numbercompany=1
ActionYesThe action to performaction=expenselinesubmittable
IdentifierYesExpense line ID or UUIDexpenseline=3404

Example request:

http://<SERVER>/jsonAPI/expenselines.json?user=user&password=user&version=3.9&company=1&action=expenselinesubmittable&expenseline=3404

Example response:

{
  "errorcode": 404500,
  "errormessage": "Expense line can not be set to submitted.",
  "errorresponse": "",
  "success": false
}