-
Notifications
You must be signed in to change notification settings - Fork 2
WSBudgetHeader
Fintan edited this page Apr 16, 2019
·
7 revisions
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 |