...
Panel | ||
---|---|---|
| ||
|
Elements
Element | Data Type | Required? | Default | Description | Sample Data |
---|---|---|---|---|---|
Basis | String | The project cost baseline basis: "N" for none "P" for project cost baseline | N | ||
CreatedByUser | The identity of the user who created this project cost baseline | ||||
CreatedTimestamp | DateTime | The date and time (in UTC) this project cost baseline was created | 2018-01-29T21:55:02.573Z | ||
Dimension | String | The project cost baseline dimension: "N" for none "E" for expense type "G" for expense type group | E | ||
EndDate | DateTime | On Insert: YesThe end date of the project cost baseline in midnight UTC format | 2018-02-28T00:00:00Z | ||
EngagementTimestamp | String | On Insert: No On Update: No | This This is a Base64 encoded timestamp utilized for engagement locking. To protect against overwriting other changes, you may optionally echo back the timestamp returned by a call to PwsSaveEngagement (or a prior call to PwsSaveEngagement). This will cause the request to fail if any change has been made between invocations of PwsGetEngagement and PwsSaveEngagement. | AAAAAA62DGw= | |
LastUpdatedByUser | On Insert: No On Update: Yes | The user who last modified the project cost baseline | |||
LastUpdatedTimestamp | DateTime | On Insert: No On Update: Yes | The date and time (in UTC format) this project cost baseline was last updated | 2018-01-29T21:55:02.573Z | |
ProjectCostBaselineBucketDateIntervals | The interval count or number of buckets in the project cost baseline | ||||
ProjectCostBaselineDetail | On Insert: Yes | The detailed project cost baseline information to be inserted | |||
StartDate | DateTime | On Insert: Yes (unless it is the first interval in the baseline) On Update: No | The start date (in midnight UTC format) of the project cost baseline | 2018-01-01T00:00:00Z | |
TimePhase | String | The time phase associated with the project cost budget baseline: "N" for none "D" for daily "W" for weekly "H" for hourly "M" for monthly "Q" for quarterly "Y" for yearly | M |
...