WSBudgetHeader - accountsIQ/API-Wiki GitHub Wiki
This structure represents a budget.
WSBudgetHeader
| Name | Type | Description |
|---|---|---|
| Year | Int32 | The year for which to save the budget data. |
| DataType | enum BudgetDataType | The type of budget you wish to save. 'Budget' or 'RevisedBudget' |
| Entries | List< BudgetEntry> | Gl Account budget data |
| ValidationErrors | List< DataErrorDTO> | Gl Account budget data |