Batch Update Maximum Work Units per Time Period
put
/primeapi/restapi/resourceWorkRate/batch
Send a request to this endpoint to update one or more resource work rates.
Request
Supported Media Types
- application/json
A resource work rate object.S
Root Schema : List<ApiEntityResourceWorkRate>
Type:
array
Title:
Show Source
List<ApiEntityResourceWorkRate>
Nested 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
200 Response
A collection of object IDs mapped to a canonical link of the object. For example - {"links":{"1":"https://:/primeapi/restapi/
400 Response
Invalid input for the Resource Work Rate service.