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