Batch Update Workspace Resource Rates
put
/primeapi/restapi/workspaceResourceRate/batch
Send a request to this endpoint to update one or more workspace resource rates.
Request
Supported Media Types
- application/json
One or more workspace resource rate objects.
Root Schema : List<ApiEntityWorkspaceResourceRate>
Type:
array
Title:
Show Source
List<ApiEntityWorkspaceResourceRate>
Nested Schema : ApiEntityWorkspaceResourceRate
Type:
Show Source
object
-
cost(optional):
object Cost
-
currencyId(optional):
integer(int64)
The currency in which the role rate is written.
-
effectiveDate(optional):
string(date-time)
The date the role rate goes into effect.
-
link(optional):
string(url)
Read Only:
true
-
resourceId(optional):
integer(int64)
The unique identifier for the resource or role.
-
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. -
workspaceId(optional):
integer(int64)
The system-generated identifier of a workspace.
-
workspaceResourceId(optional):
integer(int64)
The system-generated identifier of a resource.
-
workspaceResourceRateId(optional):
integer(int64)
The system-generated identifier of a resource rate.
Nested Schema : Cost
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.