Time Expense Categories REST Endpoints

Time Expense Categories
Use the Time Expense Categories resource to view, create, edit, and delete time expense categories.
Create a time expense category
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorTimeExpenseCategories
Delete a time expense category
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorTimeExpenseCategories/{publicSectorTimeExpenseCategoriesUniqID}
Get a time expense category
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorTimeExpenseCategories/{publicSectorTimeExpenseCategoriesUniqID}
Get all time expense categories
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorTimeExpenseCategories
Update a time expense category
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorTimeExpenseCategories/{publicSectorTimeExpenseCategoriesUniqID}