Versions Compared

Key

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

...

Panel
titlePwsProjectElement

...

Element

Data Type

Description

Sample Data

ProjectDetail

PwsProjectDetail

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

PwsProjectRateTypeElement[]

The rate types of the project. Click here for more information.


Roles

PwsProjectRoleElement[]

The roles of the project. Click here for more information.


TaskTypes

PwsProjectTaskTypeElement[]

The task types of the project. Click here for more information.


Tasks

PwsProjectTaskElement[]

The tasks of the project. Click here for more information.


Notes

PwsProjectNote[]

The notes of the project. Click here for more information.


ProjectCostBaselineSummaries

PwsProjectCostBaselineSummary[]

The summary information of the project cost baselines. Click here for more information.


ProjectTimeBaselineSummaries

PwsProjectTimeBaselineSummary[]

The summary information of the project time baselines. Click here for more information.


ManagementTeamUsers

PwsUserSummary[]

The users on the project management team. Click here for more information.


Manager

PwsUserSummary

The project manager. Click here for more information.


BillableFlagBooleanIf set to "true", this project is a billable project.false
ClientPwsClientRefThe client that is associated with the specified engagement/project.
RateTaskTimestampStringThis 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.
RequireBillingTitleOverrideFlagBooleanIf 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
CcBasedManagementTeamPwsProjectManagementTeamMember []The list of users that has "Act as Project Manager" cost center permissions for the project's cost center.DefaultBillingAdjustedDiscountPercentDoubleDefaultContractDiscountPercentDoubleDefaultRateCardIdentity
PwsRateCardRefThe default rate card for the project.EngagementCurrencyIdentityPwsCurrencyRefThe currency for the project/engagement.
InheritedPurchaseOrderNumberStringThe purchase order number inherited from engagement.
MaximumOpenDateDateTimeThe latest possible date for the project's open date.
MinimumCloseDateDateTimeThe earliest possible date for the project's close date.
TimeBillingTypeString(1)The time billing type. It is either "D" (by day) or "H" (by hour) and is set at client level.D

...