Update a Maximum Work Unit per Time Period
put
/primeapi/restapi/resourceWorkRate
Send a request to this endpoint to update a resource work rate.
Request
Supported Media Types
- application/json
A resource work rate object.
Root Schema : ApiEntityResourceWorkRate
Type:
Show Source
object
-
effectiveEndDate(optional):
string(date-time)
The date that corresponding units/time period and rates end for the resource or role.
-
effectiveStartDate(optional):
string(date-time)
The date that the corresponding units/time period and rates go into effect for the resource or role.
-
link(optional):
string(url)
Read Only:
true
-
maxUnitsPerTime(optional):
object Unit
-
resourceId(optional):
integer(int64)
-
resourceWorkRateId(optional):
integer(int64)
ID of a work rate.
-
updateDate(optional):
string(date-time)
Read Only:
true
Date when the record was last updated. Used for viewing and filtering records, obtained ONLY from GET calls, modified on and after a particular date. Not a part of POST response. -
workspaceCode(optional):
string
-
workspaceId(optional):
integer(int64)
The name of the workspace where the resource or role was created.
Nested Schema : Unit
Type:
object
Response
Supported Media Types
- application/json
204 Response
Successful operation with no content.
400 Response
Invalid input for the Resource Work Rate service.