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 task role based on a detailed project role structure (PwsProjectTaskRoleDetail). The service returns the identity (PwsProjectTaskRoleDetail) of the project Task role that has been inserted or updated. 

Request Format

PwsSaveProjectTask Request
  • PwsSaveProjectTask
    • serviceRequest: PwsSaveProjectTaskRq
      • RequestId: Int32
      • SessionTicket: String
      • DescriptionClearFlag: Boolean
      • DriveEsdAndDurationFromPlannedDatesFlag: Boolean
      • EarliestStartDateClearFlag: Boolean
      • EngagementTimestamp: String
      • ParentTaskClearFlag: Boolean
      • PredecessorsClearFlag: Boolean
      • ProjectIdentity: PwsProjectRef
      • ProjectTask: PwsProjectTaskDetail
      • StealLockFlag: Boolean
      • SubscriptionsClearFlag: Boolean

Request Elements

Element

Data Type

Required?

Default

Description

Sample Data

RequestId

Int32

 

 

Click here for more information.

 

SessionTicket

String

 

 

Click here for more information.

 

DescriptionClearFlag

Boolean

 

 

 

 

DriveEsdAndDurationFromPlannedDatesFlag

Boolean

 

 

 

 

EarliestStartDateClearFlag

Boolean

 

 

 

 

EngagementTimestamp

String

 

 

 

 

ParentTaskClearFlag

Boolean

 

 

 

 

PredecessorsClearFlag

Boolean

 

 

 

 

ProjectIdentity

PwsProjectRef

 

 

 

 

ProjectTask

PwsProjectTaskDetail

 

 

 

 

StealLockFlag

Boolean

 

 

 

 

SubscriptionsClearFlag

Boolean

 

 

 

 

Request Usage Example(s)

Example 01
<
Example 02
<

Response Format

PwsSaveProjectTask Response

Response Elements

Element

Data Type

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.

 

ProjectTaskIdentity

PwsProjectTaskRef

 

 

EngagementTimestamp

String

 

 

LockStolenFromUserIdentity

PwsUserRef

 

 

Response Usage Example(s)

Example 01
</s:Envelope>
Example 02
   </s:Body>
</s:Envelope>

Common Errors and Warnings

ErrorNumberErrorCodeErrorText





  • No labels