Batch Create Resource Work Rates

post

/api/restapi/resourceWorkRate/batch

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

Request

There are no request parameters for this operation.

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