Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel
titlePwsProjectCostBaselineElement
  • PwsProjectCostBaselineElement

Elements


Element

Data Type

Required?Default

Description

Sample Data

Basis

String

On Insert: Yes

On Update: No


The project cost baseline basis:

"N" for none

"P" for project cost baseline

N

CreatedByUser

PwsUserSummary

On Insert: Yes

On Update: No


The identity of the user who created this project cost baseline


CreatedTimestamp

DateTime

On Insert: Yes

On Update: No


The date and time (in UTC) this project cost baseline was created 

2018-01-29T21:55:02.573Z

Dimension

String

On Insert: Yes

On Update: No


The project cost baseline dimension:

"N" for none

"E" for expense type

"G" for expense type group

E

EndDate

DateTime

On Insert: Yes

On Update: No


The 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 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

PwsUserSummary

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

PwsDateInterval

On Insert: Yes

On Update: No


The interval count or number of buckets in the project cost baseline


ProjectCostBaselineDetail

PwsProjectCostBaselineDetail

On Insert: Yes

On Update: 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

On Insert: Yes

On Update: No


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

...