Logo
2cloudnine Payroll API API Documentation

REST-Objects-# Timesheet Items

Number of APIs: 5


1. Timesheet Item Insert

POST {{url}}/services/data/v{{version}}/sobjects/:SOBJECT_API_NAME



2. Timesheet Item Update

PATCH {{url}}/services/data/v{{version}}/sobjects/:SOBJECT_API_NAME/:RECORD_ID

Accesses records based on the specified object ID. Retrieves, updates, or deletes records. This resource can also be used to retrieve field values. Use the GET method to retrieve records or fields, the DELETE method to delete records, and the PATCH method to update records.



3. Timesheet Item Retrieve

GET {{url}}/services/data/v{{version}}/sobjects/:SOBJECT_API_NAME/:RECORD_ID

Accesses records based on the specified object ID. Retrieves, updates, or deletes records. This resource can also be used to retrieve field values. Use the GET method to retrieve records or fields, the DELETE method to delete records, and the PATCH method to update records.



4. Timesheet Item Delete

DELETE {{url}}/services/data/v{{version}}/sobjects/:SOBJECT_API_NAME/:RECORD_ID

Accesses records based on the specified object ID. Retrieves, updates, or deletes records. This resource can also be used to retrieve field values. Use the GET method to retrieve records or fields, the DELETE method to delete records, and the PATCH method to update records.



5. Timesheet Item Composite

POST {{url}}/services/data/v{{version}}/composite/



ENDPOINTS