...
This web service inserts or updates a single project task based on a detailed project task structure (PwsProjectTaskDetail (blocked by #36257)). The service returns the identity (PwsProjectTaskDetail (blocked by #36257)) of the project Task that has been inserted or updated.
...
Panel | ||
---|---|---|
| ||
|
...
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 | 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. | |||
ParentTaskClearFlag | Boolean | ||||
PredecessorsClearFlag | Boolean | ||||
ProjectIdentity | |||||
ProjectTask | |||||
StealLockFlag | Boolean | If set to 'true', any locks on the project 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 | ||
SubscriptionsClearFlag | Boolean | false |
...
ErrorNumber | ErrorCode | ErrorText |
---|---|---|
10111 | RequiredFieldMissing | A required field is missing: PredecessorProjectTaskIdentity |
54205 | ProjectTaskReferenceInvalid | A specified project task identity was incomplete. Each project task identity must specify either a project task id, project task uid or project task external system identifier. |
55066 | TaskPurchaseOrderSpecifiedWhenInheriting | Purchase order number may not be specified when inheriting purchase order number. |
...