Cost Category REST Endpoints
            
            Cost Category
            
        
        
    Use the Cost Category service to create, view, update, and delete cost categories. Cost categories define types used to organize costs. Update Keys : 'costCategoryId' 
- Batch Create Cost Categories
 - Method: postPath:
/api/restapi/costCategory/batch - Batch Delete Cost Categories
 - Method: deletePath:
/api/restapi/costCategory/batch - Batch Sync Cost Categories
 - Method: postPath:
/api/restapi/costCategory/syncBatch - Batch Update Cost Categories
 - Method: putPath:
/api/restapi/costCategory/batch - Create a Cost Category
 - Method: postPath:
/api/restapi/costCategory - Delete a Cost Category
 - Method: deletePath:
/api/restapi/costCategory/{costCategoryId} - Update a Cost Category
 - Method: putPath:
/api/restapi/costCategory - View a Cost Category
 - Method: getPath:
/api/restapi/costCategory/{costCategoryId} - View a Cost Category by Name
 - Method: getPath:
/api/restapi/costCategory/name/{costCategoryName} - View a Cost Category by Name and Workspace
 - Method: getPath:
/api/restapi/costCategory/workspace/{workspaceId}/name/{costCategoryName} - View a Cost Category Row
 - Method: getPath:
/api/restapi/costCategory/categoryRow/costCategory/{costCategoryId} - View a Cost Category Row by Cost Sheet
 - Method: getPath:
/api/restapi/costCategory/categoryRow/costSheet/{costSheetId} - View Cost Categories by Cost Category Type
 - Method: getPath:
/api/restapi/costCategory - View Cost Categories by Workspace
 - Method: getPath:
/api/restapi/costCategory/workspace/{workspaceId} - View Cost Category Rows by CBS Sheet Code
 - Method: getPath:
/api/restapi/costCategory/categoryRow/sheetCode/{cbsSheetCodeId} - View Cost Category Rows by Cost Category Name and Project
 - Method: getPath:
/api/restapi/costCategory/categoryRow/costCategory/{costCategoryName}/project/{projectId}