Budget
GET
8 endpoints
/api/v202310/budget/dataType
GetBudgetDataTypesV202310
Retrieves the available budget data types
/api/v202310/budget/periodType
GetBudgetPeriodTypesV202310
Retrieves the available budget period types
/api/v202310/budget
GetBudgetsV202310
Retrieves all budgets
/api/v202310/budget/usageMethod
GetBudgetUsageMethodsV202310
Retrieves the available budget usage methods
/api/v202310/budget/{budgetId}
GetBudgetV202310
Retrieves a specific budget by ID
/api/v202310/budget/{budgetId}/version/{versionId}/summary
GetBudgetVersionSummaryV202310
Retrieves a cost/use summary for a specific budget version, optionally filtered by commodity
/api/v202310/budget/{budgetId}/version
GetBudgetVersionsV202310
Retrieves all versions for a specific budget
/api/v202310/budget/{budgetId}/version/{versionId}
GetBudgetVersionV202310
Retrieves a specific budget version
POST
2 endpoints
PUT
3 endpoints
/api/v202310/budget/{budgetId}
EditBudgetV202310
Updates an existing budget
/api/v202310/budget/{budgetId}/version/{versionId}
EditBudgetVersionV202310
Updates an existing budget version
/api/v202310/budget/{budgetId}/version/{versionId}/active
SetBudgetVersionActiveV202310
Sets a budget version as active (deactivating all other versions)