Pending Submit

Submit a pending timesheet

ParameterMandatoryDescriptionExamplesMore Info
APIYesThe API areatspending.json
GeneralYesParameters described in overviewsee overviewStructure of an API call
CompanyYesThe company numbercompany=1
ActionYesThe action to performaction=pendingsubmit
IdentifierYesTimesheet IDtspending=686

Example request:

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

Example response:

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