Versions Compared

Key

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

...

This web service deletes a specified project task role and returns the identity of the deleted project task role. A project task role is the association of a role on a project with a task that the role is assigned to. Deleting a project task role is essentially removing the role from the task.

Request Format

Panel
titlePwsDeleteProjectTaskRoleRq

...

Element

Data Type

Required?

Default

Description

Sample Data

RequestId

Int32

No


Click here for more information.


SessionTicket

String

Yes


Click here for more information.

AZ2QD+hg1Hm7vSa7Y3Lm3w==

DeallocateIfInuseFlag

Boolean

No

false

Applies only to situations when there is reported time by the task roletime has been reported against the role and task combination. If set to 'true', the task role's effort will be zeroed out. If set to 'false', this request will fail.

false

ProjectTaskRoleIdentity

PwsProjectTaskRoleRef

Yes


This is the identity of the project task role to be deleted. Click here for more information.


StealLockFlag

Boolean

No

false

If set to 'true', any locks on the project engagement will be stolen if it is currently locked, otherwise, if it is set to 'false' and a lock is in place the service will fail.

false

EngagementTimestamp

String

No


This is a Base64 encoded timestamp utilized for engagement locking. To protect against overwriting other changes, you may optionally echo back the timestamp returned in a prior response. This will cause the request to fail if any change has been made between the two invocations.

AAAAAA+vpyM=

...