Batch Update Project Resource Work Rates

put

/api/restapi/projectResourceWorkRate/batch

Send a request to this endpoint to update one or more project resource work rates.

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Root Schema : List<ApiEntityProjectResourceWorkRateInput>
Type: array
Title: List<ApiEntityProjectResourceWorkRateInput>
Show Source
  • ApiEntityProjectResourceWorkRateInput
    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
Nested 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

200 Response

A collection of object IDs mapped to a canonical link of the object. For example - {"links":{"1":"https://[host]:[port]/api/restapi/[object]/1","2":"https://[host]:[port]/api/restapi/[object]/2"}}

400 Response

Invalid input.
Back to Top