...
The following APIs have been updated to support the new checkbox ‘Alt. Timesheet Id’.
POST/Clients - added isAdjustmentOnly”. Mandatory ie; must be True or False. A user can post if true or false as required.
GET/Clients/meta; GET/Clients/{id} - added “isAdjustmentOnly”.
PUT/Clients/{d}; PATCH/Clients/{id} - added “isAdjustmentOnly”. Mandatory ie; must be True or False.
POST/tempjobs; POST/contactjobs - added “isAdjustmentOnly”. Mandatory ie; must be True or False. A user can post if true or false as required.
GET/tempjobs/meta; GET/tempjobs/{id}; GET/contactjobs/meta; GET/contactjobs/{id}; - added “isAdjustmentOnly”.
PUT/tempjobs/{id}; PATCH/tempjoborders{id}; PUT/contactjobs/{id}; PATCH/contactjoborders{id} - added “isAdjustmentOnly”. Mandatory ie; must be True or False. A user can post if true or false as required. Will not be able to be updated where “submitToTimeseheet” is true.
POST/jobTemplate - added “isAdjustmentOnly”. Mandatory ie; must be True or False. A user can post if true or false as required.
GET/jobTemplate - added “isAdjustmentOnly”GET/timesheet; GET/interpretedTimesheets; - added ‘altTimesheetId’. This item will have a value where the Timesheet Import has supplied the value or via POST method.
POST/timesheet; POST/timesheet/adjustment - added ‘altTimesheetId’.
Benefits
Where timesheets are imported from a third party system, this new item provides transparency on related timekeeping records.
...