Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Overview


This web service inserts or updates a single project based on a detailed project structure (PwsProjectDetail). The service returns the identity (PwsProjectRef) of the project that has been inserted or updated. The caller can optionally request that the full project detail (PwsProjectDetail) be included in the response.  Please note, upon creation of a new project, certain attributes may be derived from engagement type defaults or inherited from engagement.  Additionally, if a project is created under a non-billable engagement, ???  the specified culture and currency will be ignored. Rather, the currency is derived from the engagement's company's currency, and the culture is derived from the currency's default culture.

Format

PwsSaveProjectRq
  • PwsSaveProjectRq
    • RequestId: Int32
    • SessionTicket: String
    • CloseDateClearFlag: Boolean
    • CostGlccOverrideClearFlag: Boolean
    • DescriptionClearFlag: Boolean
    • FullDetailFlag: Boolean
    • Mode: String (???)
    • PercentLikelihoodClearFlag: Boolean
    • Project: PwsProjectDetail
    • StealLockFlag: Boolean
    • TimeGlccOverrideClearFlag: Boolean
    • WorkspaceMessagesClearFlag: Boolean
    • ForceAdvancedSetupChangeFlag: Boolean
    • EngagementTimestamp: String
    • ManagementTeamClearFlag: Boolean
    • BdDashboardClearFlag: Boolean
    • ExpenseTypeConfigurationClearFlag: Boolean

Elements

Element

Data Type

Required?

Default

Description

Sample Data

RequestId

Int32

No


Click here for more information.


SessionTicket

String

Yes


Click here for more information.

Ad0gaqAh34T3anLQ/dUmpQ==

CloseDateClearFlag

Boolean

No


If set to "true", the end date of the project will be cleared.


CostGlccOverrideClearFlag

Boolean





DescriptionClearFlag

Boolean





FullDetailFlag

Boolean





Mode

String





PercentLikelihoodClearFlag

Boolean





Project

PwsProjectDetail





StealLockFlag

Boolean





TimeGlccOverrideClearFlag

Boolean





WorkspaceMessagesClearFlag

Boolean





ForceAdvancedSetupChangeFlag

Boolean





EngagementTimestamp

String





ManagementTeamClearFlag

Boolean





BdDashboardClearFlag

Boolean





ExpenseTypeConfigurationClearFlag

Boolean





Usage Example(s)


Example 01 - contract line item insert
 

Format

PwsSaveProjectRs

Elements

Element

Data Type

Required?

Default

Description

Sample Data

Messages

PwsMessage[]





ResponseId

Int32



Click here for more information.


Status

RequestStatus



Click here for more information.


ServerTimestampUtc

DateTime



Click here for more information.


Project

PwsProjectElement





ProjectIdentity

PwsProjectRef





EngagementTimestamp

String





LockStolenFromUserIdentity

PwsUserRef





Example(s)


Example 01
 

PwsSaveProject - Common Errors and Warnings

ErrorNumber

ErrorCode

ErrorText




  • No labels