...
Element | Data Type | Required? | Default | Description | Sample Data |
---|---|---|---|---|---|
ExternalSystemIdentifier | String (50) | One of ExternalSystemIdentifier or ProjectCostBaselineUid is required | The external system identifier is a unique identifier for a project cost baseline (may be null, but once set can only be updated to a different, non-null value). | ||
ProjectCostBaselineId | Int32 | No | The project cost baseline id is a unique identifier for a project cost baseline. For internal use only. | ||
ProjectCostBaselineUid | Int64 | See ExternalSystemIdentifier | A unique and immutable identifier for a project cost baseline. | ||
ActiveProjectCostBaselineFlag | Boolean | On Insert: No On Update: No | Defaults to false on create, must be same as existing on update, or null | If set to 'true', the project cost baseline referenced by this web service is set as the active project cost baseline. | true |
CaMetricActiveFlag | Boolean | On Insert: At least one of CaMetricActiveFlag, DaMetricActiveFlag and/or EaMetricActiveFlag is required On Update: No | Defaults to false on create, must be same as existing on update, or null | If set to 'true', the client amount is set as an active project cost baseline metric. | true |
DaMetricActiveFlag | Boolean | See CaMetricActiveFlag | Defaults to false on create, must be same as existing on update, or null | If set to 'true', the disbursed amount is set as an active project cost baseline metric. | false |
Description | String (1000) | On Insert: No On Update: No | The project cost baseline description. | Client Amount Cost Baseline | |
EaMetricActiveFlag | Boolean | See CaMetricActiveFlag | Defaults to false on create, must be same as existing on update, or null | If set to 'true', the expense amount is set as an active project cost baseline metric. | false |
PrimaryMetric | String (1) | On Insert: Yes On Update: No | The primary metric for the project cost baseline: "C" for Client Amount Baselines can have multiple active metrics, but only one metric is designated as the primary metric. | C | |
ProjectCostBaselineName | String (50) | On Insert: Yes On Update: No | The project cost baseline name. | Client Amount Budget | |
ProjectCostBaselineBuckets | On Insert: Yes On Update: No | The information associated with the project cost baseline buckets. | |||
Timestamp | String | On Insert: Yes On Update: No | This is an optimistic locking timestamp that, if provided on update request, will cause the request to fail when the timestamp stored in the database does not match the provided value. | AAAAABFC9fQ= |
Usage Example(s)
...