...
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 associated with the projects rates, task types and tasks. If provided on update request, this will cause the request to fail when the rate/task 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 | |||||
CcBasedManagementTeam | PwsProjectManagementTeamMember [] | The list of users that has "Act as Project Manager" cost center permissions for the project's cost center. | DefaultBillingAdjustedDiscountPercent | Double | DefaultContractDiscountPercent | Double | DefaultRateCardIdentity | |
PwsRateCardRef | The default rate card for the project. | EngagementCurrencyIdentity | PwsCurrencyRef | The currency for the project/engagement. | ||||
InheritedPurchaseOrderNumber | String | The purchase order number inherited from engagement. | ||||||
MaximumOpenDate | DateTime | The latest possible date for the project's open date. | ||||||
MinimumCloseDate | DateTime | The earliest possible date for the project's close date. | ||||||
TimeBillingType | String(1) | The time billing type. It is either "D" (by day) or "H" (by hour) and is set at client level. | D |
...