...
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
Panel | ||
---|---|---|
| ||
|
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 |
|
|
|
| |
ProjectTask |
|
|
|
| |
StealLockFlag | Boolean |
|
|
|
|
SubscriptionsClearFlag | Boolean |
|
|
|
|
Request Usage Example(s)
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
< |
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
< |
Response Format
Panel | ||
---|---|---|
| ||
|
Response Elements
Element | Data Type | Description | Sample Data |
---|---|---|---|
Messages |
|
| |
ResponseId | Int32 | Click here for more information. |
|
Status | RequestStatus | Click here for more information. |
|
ServerTimestampUtc | DateTime | Click here for more information. |
|
ProjectTaskIdentity |
|
| |
EngagementTimestamp | String |
|
|
LockStolenFromUserIdentity |
|
|
Response Usage Example(s)
...