...
Panel | ||
---|---|---|
| ||
|
...
Element | Data Type | Description | Sample Data |
---|---|---|---|
ProjectDetail | The detailed data on a project. Click here for more information. This structure contains all the directly editable attributes of a project, and is the structure that may be passed back to PwsSaveProject to make changes to a project. | ||
RateTypes | The rate types of the project. Click here for more information. | ||
Roles | The roles of the project. Click here for more information. | ||
TaskTypes | The task types of the project. Click here for more information. | ||
Tasks | The tasks of the project. Click here for more information. | ||
Notes | The notes of the project. Click here for more information. | ||
ProjectCostBaselineSummaries | The summary information of the project cost baselines. Click here for more information. | ||
ProjectTimeBaselineSummaries | The summary information of the project time baselines. Click here for more information. | ||
ManagementTeamUsers | The users on the project management team. Click here for more information. | ||
Manager | The project manager. Click here for more information. | ||
BillableFlag | Boolean | If set to "true", this project is a billable project. | false |
Client | PwsClientRef | The client that is associated with the specified engagement/project. | |
RateTaskTimestamp | String | This is an optimistic locking timestamp that, if provided on update request, will cause the request to fail when the timestamp stored in the database does not match the provided value. | |
RequireBillingTitleOverrideFlag | Boolean | If set to "true", roles on a project must be assigned a billing title whose rates will be used to calculate time card contract revenue. | false |
...