Budget
GET
8 endpoints
/api/v202310/budget/dataType
GetBudgetDataTypesV202310
Retrieves a list of available budget data types
/api/v202310/budget/periodType
GetBudgetPeriodTypesV202310
Retrieves a list of budget period types
/api/v202310/budget
GetBudgetsV202310
Retrieves all the budgets
/api/v202310/budget/usageMethod
GetBudgetUsageMethodsV202310
Retrieves a list of available budget usage methods
/api/v202310/budget/{budgetId}
GetBudgetV202310
Retrieves the budget by ID
/api/v202310/budget/{budgetId}/version/{versionId}/summary
GetBudgetVersionSummaryV202310
Retrieves the summary for a specific version on a budget
/api/v202310/budget/{budgetId}/version
GetBudgetVersionsV202310
Retrieves all the versions for a specified budget
/api/v202310/budget/{budgetId}/version/{versionId}
GetBudgetVersionV202310
Retrieves a specific version for a budget
POST
2 endpoints
PUT
3 endpoints
/api/v202310/budget/{budgetId}
EditBudgetV202310
Edits a budget
/api/v202310/budget/{budgetId}/version/{versionId}
EditBudgetVersionV202310
Edits a budget version
/api/v202310/budget/{budgetId}/version/{versionId}/active
SetBudgetVersionActiveV202310
Sets a budget version as active, and all other versions as inactive.