BudgetCharts
Queryable, Introduced in version 23.3
GET https://localhost:8001/sv/001.1/api/v1/Accounting/BudgetCharts
Represents a budget chart.
GUID
01461CE9-0880-45A9-9771-CAFEC549B2F4
Required permission
Show basic data for budget
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the budget chart. |
|
Code | String | The human readable identifier of the budget chart.
|
|
Description | String | The translated description of the budget chart. |
Example
{
"Id": 0,
"Code": null,
"Description": null
}