AssignmentType
The Assignment Type data type is the returned result for tasks that are added to a work plan. This type is part of the UpdateActualsInput data type.
|
Property |
Type |
Description |
Required |
Default |
|---|---|---|---|---|
|
taskId |
Long |
ID of the task, to which the assignment belongs. |
No |
N/A |
|
scheduledEffort |
Double |
Scheduled effort for the assignment. |
No |
N/A |
|
resource |
ResourceType |
Resources assigned to the task. |
No |
N/A |
|
actualDuration |
Double |
Duration for the assignment. |
No |
N/A |
|
percentComplete |
Double |
Completion percentage of the assignment, which is a value ranging from 0 to 100. |
No |
N/A |
|
actualEffort |
Double |
Actual effort of the assignment. |
No |
N/A |
|
estimatedRemainingEffort |
Double |
Estimated remaining effort of the assignment |
No |
N/A |
|
actualStart |
DateTime |
Actual start date for the assignment. |
No |
N/A |
|
actualFinish |
DateTime |
Actual finish date for the assignment. |
No |
N/A |
|
estimatedFinish |
DateTime |
Estimated finish date for the assignment. |
No |
N/A |


