Resource Work Rate REST Endpoints
Resource Work Rate
Use the Resource Work Rate service to create, view, update, and delete workspace resource rates for resources or roles.
- Batch Create Maximum Work Units per Time Period
- Method: postPath:
/primeapi/restapi/resourceWorkRate/batch
- Batch Delete Maximum Work Units per Time Period
- Method: deletePath:
/primeapi/restapi/resourceWorkRate/batch
- Batch Update Maximum Work Units per Time Period
- Method: putPath:
/primeapi/restapi/resourceWorkRate/batch
- Create a Maximum Work Unit per Time Period
- Method: postPath:
/primeapi/restapi/resourceWorkRate
- Delete a Maximum Work Unit per Time Period
- Method: deletePath:
/primeapi/restapi/resourceWorkRate/{id}
- Update a Maximum Work Unit per Time Period
- Method: putPath:
/primeapi/restapi/resourceWorkRate
- View a Maximum Work Unit per Time Period
- Method: getPath:
/primeapi/restapi/resourceWorkRate/{id}
- View a Resource Work Rate
- Method: getPath:
/primeapi/restapi/resourceWorkRate/resource/{id}