AddProjectCostPlan
Add a cost plan to a project. Note that the current cost plan, if it exists, will be replaced.
Request
The service request contains:
Name |
Data Type |
Required? |
Default Value |
Discussion |
---|---|---|---|---|
ProjectCode |
string(24) |
yes |
 |
The project code that identifies the project to add the cost plan for |
TimePhase |
BaselineTimePhase |
yes |
 |
The time phase (Daily, Weekly, HalfMonthly, Monthly, Quarterly, Yearly or None) |
StartDate |
date |
yes |
 |
The start date. The actual start date will be the beginning of the week containing the date specified here. |
BucketCount |
integer |
yes |
 |
The total number of buckets |
Response
Only the standard response is returned.