Create a Project Resource Work Rate

post

/api/restapi/projectResourceWorkRate

Send a request to this endpoint to create 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
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

Supported Media Types

201 Response

The object was successfully created.
Body ()
Root 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.

400 Response

Invalid input.
Back to Top