View All Project Resource Work Rates by Parent

get

/api/restapi/projectResourceWorkRate/parentCode

Send a request to this endpoint to view all project resource work rates under parent with codes matching the code fields in query parameters.

Request

Query Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : List<ApiEntityProjectResourceWorkRate>
Type: array
Title: List<ApiEntityProjectResourceWorkRate>
Show Source
Nested Schema : ApiEntityProjectResourceWorkRate
Type: object
Title: ApiEntityProjectResourceWorkRate
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 : ApiEntityProjectResourceWorkRateCost
Type: object
Title: ApiEntityProjectResourceWorkRateCost
Show Source
  • Minimum Value: 0
    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.
  • Minimum Value: 0
    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.
  • Minimum Value: 0
    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.
  • Minimum Value: 0
    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.
  • Minimum Value: 0
    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.
  • The unique identifier of a project work rate.
  • Date when the record was last updated.

204 Response

Successful operation with no content.

404 Response

The requested project resource work rate does not exist, or you do not have access to it.
Back to Top