Time Recording Entries REST Endpoints

Time Recording Entries
The time recording entries resource is used to create, update, delete and return all time recording entries for a given classification and child transaction combination. For example, classification of Public Sector Permits and child transaction of Inspection. The transaction association is optional. Therefore, time recording can also be created at only the classification level, without the need to be assigned to a specific child transaction.
Create a time recording entry
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorTimeRecordingEntries
Delete a time recording entry
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorTimeRecordingEntries/{TeEntryKey}
Get a time recording entry
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorTimeRecordingEntries/{TeEntryKey}
Get all time recording entries
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorTimeRecordingEntries
Update a time recording entry
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorTimeRecordingEntries/{TeEntryKey}