Timesheet Weekly Change

Makes a change to the weekly timesheet.

ParameterMandatoryDescriptionExamplesMore Info
APIYesThe API areatspending.json
GeneralYesParameters described in overviewsee overviewStructure of an API call
CompanyYesThe company numbercompany=1
ActionYesThe action to performaction=timesheetweeklychange
DateYesDatedate=2019-07-23
ResourceYesResource coderesource=1/ME
ChargecodeYesCharge codechargecode=1/AA
JobphaseYesJob and phasejobphase=1/00008321.001
SearchYesSearch criteriasearch=jobphase#workflow#taskdesc#chargecode
WorkflowNoWorkflow code&workflow=1/W123
TaskdescNoTask description&taskdesc="The task desc"

Example request:

http://<SERVER>/jsonapi/tspending.json?user=user&password=user&version=3.9&action=timesheetweeklychange&resource=1/NA&jobphase=1/00008321.001&chargecode=1/AA

Example response:

{
  "responsecode": 1,
  "responsestatus": "OK",
  "errorcode": 0,
  "errormessage": "",
  "responsemessage": "user job added",
  "warningmessage": "",
  "success": true
}