@theredspace/spp-client
Preparing search index...
BudgetAllocation
Interface BudgetAllocation
Assigns a user to a percentage of a budget entry. Supports Add, Read, Modify, Upsert.
interface
BudgetAllocation
{
allocation
:
number
;
budgetactivity_id
?:
string
;
budgetcategory_id
?:
string
;
budgetid
:
string
;
created
:
string
;
currency
:
string
;
customerid
?:
string
;
date
:
string
;
id
:
string
;
projectid
?:
string
;
total
:
number
;
updated
:
string
;
userid
:
string
;
}
Index
Properties
allocation
budgetactivity_
id?
budgetcategory_
id?
budgetid
created
currency
customerid?
date
id
projectid?
total
updated
userid
Properties
allocation
allocation
:
number
Optional
budgetactivity_
id
budgetactivity_id
?:
string
Optional
budgetcategory_
id
budgetcategory_id
?:
string
budgetid
budgetid
:
string
created
created
:
string
currency
currency
:
string
Optional
customerid
customerid
?:
string
date
date
:
string
id
id
:
string
Optional
projectid
projectid
?:
string
total
total
:
number
updated
updated
:
string
userid
userid
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
allocation
budgetactivity_
id
budgetcategory_
id
budgetid
created
currency
customerid
date
id
projectid
total
updated
userid
@theredspace/spp-client
Loading...
Assigns a user to a percentage of a budget entry. Supports Add, Read, Modify, Upsert.