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: post
Path: /primeapi/restapi/resourceWorkRate/batch
Batch Delete Maximum Work Units per Time Period
Method: delete
Path: /primeapi/restapi/resourceWorkRate/batch
Batch Update Maximum Work Units per Time Period
Method: put
Path: /primeapi/restapi/resourceWorkRate/batch
Create a Maximum Work Unit per Time Period
Method: post
Path: /primeapi/restapi/resourceWorkRate
Delete a Maximum Work Unit per Time Period
Method: delete
Path: /primeapi/restapi/resourceWorkRate/{id}
Update a Maximum Work Unit per Time Period
Method: put
Path: /primeapi/restapi/resourceWorkRate
View a Maximum Work Unit per Time Period
Method: get
Path: /primeapi/restapi/resourceWorkRate/{id}
View a Resource Work Rate
Method: get
Path: /primeapi/restapi/resourceWorkRate/resource/{id}