Expense Line Resubmit

Resubmits 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=expenselineresubmit
IdentifierYesExpense line ID or UUIDexpenseline=3462
ResubmitReasonNoReason for resubmissionresubmitreason=resubmitreason

Example request:

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

Example response:

{
  "responsecode": 1,
  "responsestatus": "OK",
  "errorcode": 0,
  "errormessage": "",
  "responsemessage": "Expense line re-submitted.",
  "warningmessage": "",
  "success": true,
  "data": [
    {
      "expensesheetInternalRef": 1824,
      "expensesheetUuid": "A500CC58C6D2C741A3B02674BE2B3576"
    }
  ]
}