Versions Compared

Key

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

...

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 , if 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

...