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
Show Source
Nested Schema : ApiEntityProjectResourceWorkRateCostInput
Type: object
Title: ApiEntityProjectResourceWorkRateCostInput
Show Source
  • Read Only: true
    Minimum Value: 0
    Deprecated. As of 23.11.
    The price per unit associated with the resource or role. The price per unit is used to calculate costs for resources or roles assigned to activities. This field is in base currency and is calculated from pricePerUnit1Project field based on the specified exchange rate.
  • The price per unit associated with the resource or role. The price per unit is used to calculate costs for resources or roles assigned to activities.
  • Read Only: true
    Minimum Value: 0
    Deprecated. As of 23.11.
    The price per unit associated with the resource or role. The price per unit is used to calculate costs for resources or roles assigned to activities. This field is in base currency and is calculated from pricePerUnit2Project field based on the specified exchange rate.
  • The price per unit associated with the resource or role. The price per unit is used to calculate costs for resources or roles assigned to activities.
  • Read Only: true
    Minimum Value: 0
    Deprecated. As of 23.11.
    The price per unit associated with the resource or role. The price per unit is used to calculate costs for resources or roles assigned to activities. This field is in base currency and is calculated from pricePerUnit3Project field based on the specified exchange rate.
  • The price per unit associated with the resource or role. The price per unit is used to calculate costs for resources or roles assigned to activities.
  • Read Only: true
    Minimum Value: 0
    Deprecated. As of 23.11.
    The price per unit associated with the resource or role. The price per unit is used to calculate costs for resources or roles assigned to activities. This field is in base currency and is calculated from pricePerUnit4Project field based on the specified exchange rate.
  • The price per unit associated with the resource or role. The price per unit is used to calculate costs for resources or roles assigned to activities.
  • Read Only: true
    Minimum Value: 0
    Deprecated. As of 23.11.
    The price per unit associated with the resource or role. The price per unit is used to calculate costs for resources or roles assigned to activities. This field is in base currency and is calculated from pricePerUnit5Project field based on the specified exchange rate.
  • The price per unit associated with the resource or role. The price per unit is used to calculate costs for resources or roles assigned to activities.
  • Deprecated. As of 23.11.
    The unique identifier of a project work rate.
  • Read Only: true
    Deprecated. As of 23.10.
    Date when the record was last updated.
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