Update a Workspace Resource Rate
put
/primeapi/restapi/workspaceResourceRate
Send a request to this endpoint to update a workspace resource rate.
Request
Supported Media Types
- application/json
A workspace resource rate object.
Root 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
204 Response
Successful operation with no content.
400 Response
Invalid input for the Resource Work Rate service.