AddProjectCostPlanBucket

Add a bucket to the current cost plan for a project. Intended to be used in connection with AddProjectCostPlan to build up a populated cost plan for a project.

Request

The service request contains:

Name

Data Type

Required?

Default Value

Discussion

ProjectCode

string(24)

yes

 

Project code on which to add a cost plan bucket.

BucketNumber

integer

yes

 

The bucket number. Must be between 1 and the BucketCount specified in the call to AddProjectCostPlan.

ExpenseTypeName

string(50)

yes

 

The expense type name.

ClientAmount

money

no

None

The client amount. At most one of ClientAmount, DisbursedAmount and ExpenseAmount may be specified.

DisbursedAmount

money

no

None

The disbursed amount. At most one of ClientAmount, DisbursedAmount and ExpenseAmount may be specified.

ExpenseAmount

money

no

None

The expense amount. At most one of ClientAmount, DisbursedAmount and ExpenseAmount may be specified.

 

Response

Only the standard response is returned.