Update a Project Resource Work Rate

put

/api/restapi/projectResourceWorkRate

Send a request to this endpoint to update a project resource work rate.

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Root Schema : ApiEntityProjectResourceWorkRateInput
Type: object
Title: ApiEntityProjectResourceWorkRateInput
This entity represents a ProjectResourceWorkRate object, a unique ProjectResourceWorkRate object can be identified by the following combinations of the fields.
  • projectResourceWorkRateId
  • effectiveStartDate,projectResourceId
  • effectiveStartDate,resourceId,projectCode,workspaceCode
  • effectiveStartDate,resourceCode,resourceClass,projectId
  • effectiveStartDate,resourceCode,resourceClass,projectCode,workspaceCode
Show Source
Nested Schema : projectResourceWorkRateCost
An entity containing the price per unit fields of a project resource work rate.
Match All
An entity containing the price per unit fields of a project resource work rate.
Show Source
Nested Schema : ApiEntityProjectResourceWorkRateCostInput
Type: object
Title: ApiEntityProjectResourceWorkRateCostInput
Show Source
Examples

Back to Top

Response

204 Response

Successful operation with no content.

400 Response

Invalid input.
Back to Top