...
Panel | ||
---|---|---|
| ||
|
...
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. | Ad0gaqAh34T3anLQ/dUmpQ== | |
CloseDateClearFlag | Boolean | No | false | If set to "true", the end date of the project will be cleared. | |
CostGlccOverrideClearFlag | Boolean | ||||
DescriptionClearFlag | Boolean | No | false | ||
FullDetailFlag | Boolean | No | ??? | ||
Mode | String | Yes | R to retrieve requested data for roles, A to retrieve booked data for roles (applies if FullDetailFlag is true) | ||
PercentLikelihoodClearFlag | Boolean | No | false | ||
Project | Yes | ||||
StealLockFlag | Boolean | No | false | True to steal lock if it is currently locked (otherwise, service will fail if engagement is locked) | |
TimeGlccOverrideClearFlag | Boolean | ||||
WorkspaceMessagesClearFlag | Boolean | No | false | ||
ForceAdvancedSetupChangeFlag | Boolean | No | false | ||
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 PwsGetProject (or a prior call to PwsSaveProject). This will cause the request to fail if any change has been made between invocations of PwsGetProject and PwsSaveProject. | ||
ManagementTeamClearFlag | Boolean | No | false | ||
BdDashboardClearFlag | Boolean | No | false | ||
ExpenseTypeConfigurationClearFlag | Boolean | No | false |
Usage Example(s)
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
...