PublicAPI.Projects.Budgets.ExpenseAmountBudgets.Create ELMA API Documentation
Create a budget expense item amount. Creates an object without saving it to databse
 
 
Syntax

public BudgetVersionExpenseAmount Create(
	Nullable<DateTime> date,
	double amount,
	string substantiation
)

Parameters

date
Type: System Nullable DateTime 
Date
amount
Type: System Double
Amount
substantiation
Type: System String
Reason

Return Value

Type: BudgetVersionExpenseAmount
Budget expense item amount
See Also