Pending resubmit

Pending resubmit

Parameter

Description

Examples

API

The API area

tspending.json

Action

The action to perform

action=pendingresubmit

Parameters described in overview

user=user&password=user&version=3.3

Company

The company context

company=1

tspending

The pending timesheet number (tspEntryNo)

tspending=686

Response

Returned data

See below

Example request:

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

Example response:

{
  "responsecode": 1,
  "responsestatus": "OK",
  "errorcode": 0,
  "errormessage": "",
  "responsemessage": "TS pending record resubmitted",
  "warningmessage": "",
  "success": true
}