Pending submit

Pending submit

ParameterDescriptionExamples
APIThe API areatspending.json
ActionThe action to performaction=pendingsubmit
Parameters described in overviewuser=user&password=user&version=3.3
CompanyThe company contextcompany=1
tspendingThe pending timesheet number (tspEntryNo)tspending=686
ResponseReturned dataSee below

Example request:

http://<SERVER>/jsonapi/tspending.json?user=user&password=user&version=3.3&action=pendingsubmit&tspending=686

Example response:

{
  "responsecode": 1,
  "responsestatus": "OK",
  "errorcode": 0,
  "errormessage": "",
  "responsemessage": "TS pending record(s) submitted",
  "warningmessage": "",
  "success": true
}