BudgetDetail
Represents individual budget detail lines that define planned amounts by general ledger account, reporting period, and entity.
Columns
| Name | Type | Description |
| amount | Decimal | The budgeted amount for this detail line. |
| auditCreatedBy | String | The user who created the budget detail. |
| auditCreatedDateTime | Datetime | The date and time when the budget detail was created. |
| auditModifiedBy | String | The user who last modified the budget detail. |
| auditModifiedDateTime | Datetime | The date and time when the budget detail was last modified. |
| budgetGrowthBasedOn | String | The basis used to calculate budget growth for this detail line. |
| budgetGrowthGrowBy | Decimal | The growth rate or amount applied to this budget detail line. |
| budgetGrowthPerPeriod | String | The period over which the budget growth is applied for this detail line. |
| budget_Href | String | The URL of the budget associated with this detail line. |
| budget_Id | String | The Id of the budget associated with this detail line. |
| budget_Key | String | The system-assigned key of the budget associated with this detail line. |
| entity_Href | String | The URL of the entity associated with this budget detail. |
| entity_Id | String | The Id of the entity associated with this budget detail. |
| entity_Key | String | The system-assigned key of the entity associated with this budget detail. |
| entity_Name | String | The name of the entity associated with this budget detail. |
| glAccount_Href | String | The URL of the general ledger account associated with this budget detail. |
| glAccount_Id | String | The Id of the general ledger account associated with this budget detail. |
| glAccount_Key | String | The system-assigned key of the general ledger account associated with this budget detail. |
| glAccount_Name | String | The name of the general ledger account associated with this budget detail. |
| href | String | The URL of the budget detail resource. |
| id | String | The unique identifier of the budget detail. |
| key [KEY] | String | The system-assigned key that uniquely identifies the budget detail record. |
| notes | String | Additional notes or comments associated with this budget detail. |
| reportingPeriod_EndDate | Date | The end date of the reporting period associated with this budget detail. |
| reportingPeriod_Href | String | The URL of the reporting period associated with this budget detail. |
| reportingPeriod_Id | String | The Id of the reporting period associated with this budget detail. |
| reportingPeriod_Key | String | The system-assigned key of the reporting period associated with this budget detail. |
| reportingPeriod_StartDate | Date | The start date of the reporting period associated with this budget detail. |