AddProjectCostPlan
Add a cost plan to a project. Note that the current cost plan, if it exists, will be replaced.
Rate Limiting
In order to protect our servers from inadvertent service overuse or intentional attack, and to fairly distribute services to all our customers, we have implemented a rate limiting algorithm. When fully deployed, this new algorithm will cause services to either succeed with new warnings or fail with new errors when services are consumed at too high a rate. Programs that consume Projector services should be enhanced to handle rate limiting errors so that they can continue functioning properly. For more information please visit: Projector Rate Limiting Behavior.
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.