Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The setting can be ticked or unticked at any time in Edit mode and will only effect any new jobs generated following the change. 

Client API Changes

The following APIs have been updated to support the new checkbox ‘Adjustment Only’.

POST/Clients - added “isAdjustmentOnly”. Mandatory ie; must be True or False.

GET/Clients/meta; GET/Clients/{id} - added “isAdjustmentOnly”.

PUT/Clients/{d}; PATCH/Clients/{id} - added “isAdjustmentOnly”. Mandatory ie; must be True or False.

POST/Clients/interpretedTimesheetStatus - added “isAdjustmentOnly”. Mandatory ie; must be True or False. A user can post if true or false as required.

GET/Clients/interpretedTimesheetStatus - added “isAdjustmentOnly”.

PUT/Clients/interpretedTimesheetStatus; - added “isAdjustmentOnly”. Mandatory ie; must be True or False.

PATCH/Clients/interpretedTimesheetStatus - added “isAdjustmentOnly”. Mandatory ie; must be True or False.

Benefits

This change supports the ability to import timesheet data where multiple iterations of a timesheet are required in one bulk timesheet import file.

...