...
This web service inserts a single project cost baseline based on a detailed project cost baseline structure (PwsProjectCostBaselineDetail). A project cost baseline is the basis for a budget. A baseline can be very simple - this project cannot have costs of more than $5000. Or very complex - this project has a senior sales rep and a junior sales rep. Each is budgeted a specific amount of money per diem. The service returns the identity of the project cost baseline (PwsProjectCostBaselineElementPwsProjectCostBaselineRef) that has been inserted. The caller can optionally request that the full project cost baseline detail (PwsProjectCostBaselineRefPwsProjectCostBaselineElement) be included in the response.
...
Element | Data Type | Required? | Default | Description | Sample Data |
---|---|---|---|---|---|
RequestId | Int32 | No | Click here for more information. | 1 | |
SessionTicket | String | Yes | Click here for more information. | AXoSoNYPC/IRu5ISV3f2Ew== | |
ActualsCutoffDate | DateTime | No | The actuals cut off date for the project cost baseline | 2018-03-31T00:00:00.000Z | |
Basis | String | Yes | The project cost baseline basis: "N" for none "P" for project cost plan | N | |
Dimension | String | Yes | The project cost baseline dimension: "N" for none "E" for expense type "G" for expense type group | E | |
EngagementTimestamp | String | 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)PwsGetEngagement. This will cause the request to fail if any change has been made between invocations of PwsGetEngagement and PwsSaveEngagementwhen the timestamp was retrieved and when this service is invoked. | ||
FullDetailFlag | Boolean | No | false | If set to 'true', the full detailed project cost baseline element will be included in the response | true |
IntervalCount | Int32 | Yes | The interval count or number of buckets of the project cost baseline | 2 | |
ProjectCostBaseline | Yes | Details of the project cost baseline that was updated or saved | |||
ProjectIdentity | Yes | The project associated with the project cost baseline | |||
StartDate | DateTime | Yes | The overall start date of the project cost baseline | 2018-01-01T00:00:00.000Z | |
StealEngagementLockFlag | Boolean | No | false | If set to 'true', any locks on the engagement will be stolen if it is currently locked, otherwise, if it is set to 'false' and a lock is in place the service will fail | false |
TimePhase | String | Yes | The time phase associated with the project cost baseline: "N" for none "D" for daily "W" for weekly "H" for hourly "M" for monthly "Q" for quarterly "Y" for yearly | M |
...
Element | Data Type | Description | Sample Data |
---|---|---|---|
Messages | The web service response status and message. Click here for more information. | ||
ResponseId | Int32 | Click here for more information | 1 |
Status | Click here for more information. | Ok | |
ServerTimestampUtc | DateTime | Click here for more information | 2018-01-29T21:55:08.7579802Z |
EngagementLockStolenFromUserIdentity | If a lock is stolen in the process of updating an engagement, this identifies the user from which the lock was stolen from | ||
EngagementTimestamp | String | This is a Base64 encoded timestamp optionally 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= |
ProjectCostBaseline | The complete set of information about the project cost baseline | ||
ProjectCostBaselineIdentity | The unique keys used to identify the project cost baseline |
...