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: post
Path: /api/restapi/costCategory/batch
Batch Delete Cost Categories
Method: delete
Path: /api/restapi/costCategory/batch
Batch Sync Cost Categories
Method: post
Path: /api/restapi/costCategory/syncBatch
Batch Update Cost Categories
Method: put
Path: /api/restapi/costCategory/batch
Create a Cost Category
Method: post
Path: /api/restapi/costCategory
Delete a Cost Category
Method: delete
Path: /api/restapi/costCategory/{costCategoryId}
Update a Cost Category
Method: put
Path: /api/restapi/costCategory
View a Cost Category
Method: get
Path: /api/restapi/costCategory/{costCategoryId}
View a Cost Category by Name
Method: get
Path: /api/restapi/costCategory/name/{costCategoryName}
View a Cost Category by Name and Workspace
Method: get
Path: /api/restapi/costCategory/workspace/{workspaceId}/name/{costCategoryName}
View a Cost Category Row
Method: get
Path: /api/restapi/costCategory/categoryRow/costCategory/{costCategoryId}
View a Cost Category Row by Cost Sheet
Method: get
Path: /api/restapi/costCategory/categoryRow/costSheet/{costSheetId}
View Cost Categories by Cost Category Type
Method: get
Path: /api/restapi/costCategory
View Cost Categories by Workspace
Method: get
Path: /api/restapi/costCategory/workspace/{workspaceId}
View Cost Category Rows by CBS Sheet Code
Method: get
Path: /api/restapi/costCategory/categoryRow/sheetCode/{cbsSheetCodeId}
View Cost Category Rows by Cost Category Name and Project
Method: get
Path: /api/restapi/costCategory/categoryRow/costCategory/{costCategoryName}/project/{projectId}