Create a Resource Work Rate

post

/api/restapi/resourceWorkRate

Send a request to this endpoint to create a resource work rate.

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Root Schema : ApiEntityResourceWorkRateInput
Type: object
Title: ApiEntityResourceWorkRateInput
This entity represents a ResourceWorkRate object, a unique ResourceWorkRate object can be identified by the following combinations of the fields.
  • resourceWorkRateId
  • effectiveStartDate,workspaceResourceId
  • effectiveStartDate,resourceId,workspaceId
  • effectiveStartDate,resourceId,workspaceCode
  • effectiveStartDate,resourceCode,resourceClass,workspaceId
  • effectiveStartDate,resourceCode,resourceClass,workspaceCode
Show Source
Nested Schema : resourceWorkRateCost
An entity containing the price per unit fields of a resource work rate.
Match All
An entity containing the price per unit fields of a resource work rate.
Show Source
Nested Schema : ApiEntityResourceWorkRateCostInput
Type: object
Title: ApiEntityResourceWorkRateCostInput
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.
  • 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.
  • 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.
  • 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.
  • 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.
  • The system-generated identifier of the work rate.
Examples

Back to Top

Response

Supported Media Types

201 Response

The object was successfully created.
Body ()
Root Schema : ApiEntityResourceWorkRate
Type: object
Title: ApiEntityResourceWorkRate
Show Source
Nested Schema : resourceWorkRateCost
An entity containing the price per unit fields of a resource work rate.
Match All
An entity containing the price per unit fields of a resource work rate.
Show Source
Nested Schema : ApiEntityResourceWorkRateCost
Type: object
Title: ApiEntityResourceWorkRateCost
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.
  • 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.
  • 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.
  • 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.
  • 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.
  • The system-generated identifier of the work rate.
  • Date when the record was last updated.

400 Response

Invalid input for the Resource Work Rate service.
Back to Top