Skip to main content

api_project_service_hour_budgets

⚠️ Important: Some fields in this table will be deprecated on Wednesday, January 7th, 2025. Please review the Deprecated Fields section below and migrate to the recommended alternatives.

This table provides hour budget data for project services from Simplicate.

Description

The api_project_service_hour_budgets table exposes hour budget information configured for project services, broken down by item type.

Fields

Field NameTypeDescription
project_idIntegerIdentifier of the project (composite key)
project_service_idIntegerIdentifier of the project service (composite key)
item_type_idIntegerIdentifier of the item type (hour type) (composite key)
budget_hoursNumericTotal budgeted hours for this service and item type
budget_valueNumericTotal budgeted monetary value for this service and item type

Deprecated Fields

⚠️ Deprecation Notice: The following fields will be deprecated on Wednesday, January 7th, 2025. Please migrate to the recommended alternatives.

Deprecated FieldTypeRecommended Alternative
key_project_idIntegerproject_id
key_project_service_idIntegerproject_service_id
key_item_type_idIntegeritem_type_id
  • api_projects - Project details via project_id
  • api_project_services - Service details via project_service_id
  • api_item_types - Item type details via item_type_id