service/domain/workflow/subproject_projected_budget_update
Api Code Documentation / Exports / service/domain/workflow/subproject_projected_budget_update
Table of contents
Functions
Functions
updateProjectedBudget
▸ updateProjectedBudget(ctx
, issuer
, projectId
, subprojectId
, organization
, value
, currencyCode
, repository
): Promise
<Type
<{ newEvents
: BusinessEvent
[] ; projectedBudgets
: ProjectedBudget
[] }>>
Parameters
Name | Type |
---|---|
ctx | Ctx |
issuer | ServiceUser |
projectId | string |
subprojectId | string |
organization | string |
value | string |
currencyCode | string |
repository | Repository |
Returns
Promise
<Type
<{ newEvents
: BusinessEvent
[] ; projectedBudgets
: ProjectedBudget
[] }>>
Defined in
src/service/domain/workflow/subproject_projected_budget_update.ts:30