Expense Line Copy

Copies an expense line.

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=expenselinecopy
IdentifierYesExpense line ID or UUIDexpenseline=3404

Example request:

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

Example response:

{
  "responsecode": 1,
  "responsestatus": "OK",
  "errorcode": 0,
  "errormessage": "",
  "responsemessage": "Expense line 3468 created.",
  "warningmessage": "",
  "success": true,
  "data": [
    {
      "expenselineSheetInternal": 1822,
      "expenselineInternal": 3468,
      "expenselineUuid": "832036984DD46B4DAA2F9A5C9B753A21"
    }
  ]
}