...
Element | Data Type | 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 | The end date of the project cost baseline in midnight UTC format | 2018-02-28T00:00:00Z |
EngagementTimestamp | String | 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 | The user who last modified the project cost baseline | ||
LastUpdatedTimestamp | DateTime | 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 of in the project cost baseline | ||
ProjectCostBaselineDetail | The detailed project cost baseline information to be inserted | ||
StartDate | DateTime | The start date (in midnight UTC format) of the project cost baseline in midnight UTC format | 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 |
...