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.
Assign or Promote a Cost Category
Method: post
Path: /primeapi/restapi/costCategory/replicateObjectInWorkspaces/costCategory/{costCategoryId}/workspace/{workspaceId}
Batch Create Cost Categories
Method: post
Path: /primeapi/restapi/costCategory/batch
Batch Delete Cost Categories
Method: delete
Path: /primeapi/restapi/costCategory/batch
Batch Update Cost Categories
Method: put
Path: /primeapi/restapi/costCategory/batch
Delete a Cost Category
Method: delete
Path: /primeapi/restapi/costCategory/{id}
View a Cost Category
Method: get
Path: /primeapi/restapi/costCategory/{id}
View a Cost Category by Name
Method: get
Path: /primeapi/restapi/costCategory/name/{name}
View a Cost Category by Name and Workspace
Method: get
Path: /primeapi/restapi/costCategory/workspace/{workspaceId}/name/{name}
View a Cost Category Row
Method: get
Path: /primeapi/restapi/costCategory/categoryRow/costCategory/{costCategoryId}
View a Cost Category Row by Cost Item
Method: get
Path: /primeapi/restapi/costCategory/categoryRow/costItem/{costItemId}
View a Cost Category Row by Cost Sheet
Method: get
Path: /primeapi/restapi/costCategory/categoryRow/costSheet/{costSheetId}
View Code Type by Cost Category Type
Method: get
Path: /primeapi/restapi/costCategory?type={type}
View Cost Categories by Workspace
Method: get
Path: /primeapi/restapi/costCategory/workspace/{id}
View Cost Category Rows by Cost Category Name and Project
Method: get
Path: /primeapi/restapi/costCategory/categoryRow/costCategory/{name}/project/{id}