Timesheet REST Endpoints

Timesheet

Timesheets are used to allow resources to enter status.

This business object has a multi-part object ID; its object ID is a combination of its timesheet period object ID and its resource object ID.

Create Timesheet
Method: post
Path: /timesheet
Delete Timesheet
Method: delete
Path: /timesheet
Read Timesheet
Method: get
Path: /timesheet
Update Timesheet
Method: put
Path: /timesheet
View Timesheet Field Length
Method: get
Path: /timesheet/getFieldLength/{fieldName}
View Timesheet fields
Method: get
Path: /timesheet/fields