Create a work plan template
post
/fscmRestApi/resources/11.13.18.05/workPlanTemplates
Request
Header Parameters
- Metadata-Context: string If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
- REST-Framework-Version: string The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
- Upsert-Mode: string Contains one of the following values: true or false. If true, the server performs an Upsert operation instead of a Create operation. During an Upsert operation, the server attempts to find an existing resource that matches the payload. If a match is found, the server updates the existing resource instead of creating a new one. If not found or false (default), the server performs a Create operation. Note that the Upsert operation isn't supported for date-effective REST resources.
Supported Media Types
- application/json
Root Schema : schema
Type:
Show Source object- CopyFromProjectId: integer (int64) Title:
Project ID to Copy Work Plan Template FromThe unique identifier of the project plan to copy from when creating the work plan template. The value isn't stored and is required only when creating the work plan template. - CurrencyCode: string Title:
Work Plan Template Currency CodeMaximum Length:15Default Value:USDThe required currency code for the work plan template. The value defaults from the project plan when creating the work plan template from an existing project plan. - Description: string Title:
Work Plan Template DescriptionMaximum Length:2000Description of the work plan template. - Name: string Title:
Work Plan Template NameMaximum Length:240Default Value:DEFAULTThe required name of the work plan template. - PublicFlag: boolean Title:
PublicMaximum Length:1Default Value:falseIndicates whether the work plan template is shared with other project managers. True indicates the template is public and false indicates only the owner can use the template. - ScheduleType: string Title:
Work Plan Template Schedule TypeMaximum Length:30The required schedule type for the work plan template. Values are FIXED_EFFORT and FIXED_DURATION. The value defaults from the project plan when creating the work plan template from an existing project plan. - TaskDeliverables: array Task Deliverables Title:
Task DeliverablesThe Task Deliverables resource is used to view the association of a deliverable with a task. For example, a task can have an association with a deliverable draft budget. You can have multiple deliverables associated with each task. - TaskDependencies: array Task Dependencies Title:
Task DependenciesThe Task Dependency resource is used to view dependencies between tasks in a work plan template. For example, a task that has a finish-to-start dependency with another task can start only after the predecessor task is completed. You can have many dependencies for each task. - TaskExpenseResourceAssignments: array Task Expense Resource Assignments Title:
Task Expense Resource AssignmentsThe Task Expenses Resource Assignments resource is used to view the assignment of an expense resource for a task. For example, hotel expenses can be planned for a task. You can have multiple expense resource assignments for each task. - TaskLaborResourceAssignments: array Task Labor Resource Assignments Title:
Task Labor Resource AssignmentsThe Task Labor resource assignments resource is used to view the assignment of a labor resource for a task. For example, a Database Analyst can be assigned as a labor resource for a task. You can have many labor resource assignments for each task. - Tasks: array Tasks Title:
TasksThe Tasks resource is used to view task details. A task is an activity that needs to be performed by the assigned resources within the defined time period.
Nested Schema : Task Deliverables
Type:
arrayTitle:
Task DeliverablesThe Task Deliverables resource is used to view the association of a deliverable with a task. For example, a task can have an association with a deliverable draft budget. You can have multiple deliverables associated with each task.
Show Source Nested Schema : Task Dependencies
Type:
arrayTitle:
Task DependenciesThe Task Dependency resource is used to view dependencies between tasks in a work plan template. For example, a task that has a finish-to-start dependency with another task can start only after the predecessor task is completed. You can have many dependencies for each task.
Show Source Nested Schema : Task Expense Resource Assignments
Type:
arrayTitle:
Task Expense Resource AssignmentsThe Task Expenses Resource Assignments resource is used to view the assignment of an expense resource for a task. For example, hotel expenses can be planned for a task. You can have multiple expense resource assignments for each task.
Show Source Nested Schema : Task Labor Resource Assignments
Type:
arrayTitle:
Task Labor Resource AssignmentsThe Task Labor resource assignments resource is used to view the assignment of a labor resource for a task. For example, a Database Analyst can be assigned as a labor resource for a task. You can have many labor resource assignments for each task.
Show Source Nested Schema : Tasks
Type:
arrayTitle:
TasksThe Tasks resource is used to view task details. A task is an activity that needs to be performed by the assigned resources within the defined time period.
Show Source Nested Schema : workPlanTemplates-TaskDeliverables-item-post-request
Type:
Show Source object- TaskDeliverableAssociationId: integer (int64) Title:
Deliverable Association IDUnique identifier of the association between task and deliverable.
Nested Schema : workPlanTemplates-TaskDependencies-item-post-request
Type:
Show Source object- DependencyType: string Title:
Dependency TypeMaximum Length:30Default Value:fsThe type of dependency between tasks. Valid values are finish-to-start, start-to-start, finish-to-finish, and start-to-finish. - Lag: number Title:
LagDefault Value:0The number of days after which the dependency is activated. For example, if there is a finish-to-start dependency and a lag of 2 days, the successor task will start 2 days after the predecessor task is completed. - PredecessorTaskId: integer (int64) Title:
Predecessor Task IDUnique identifier of the predecessor task. - SuccessorTaskId: integer (int64) Title:
Successor Task IDUnique identifier of the successor task.
Nested Schema : workPlanTemplates-TaskExpenseResourceAssignments-item-post-request
Type:
Show Source object- ExpenseAmount: number Title:
Expense Resource Planned AmountDefault Value:0The planned expense cost amount of a specific expense resource assigned to the task. - ExpenseResourceId: integer (int64) Title:
Expense Resource IDIdentifier of the expense resource assigned to the task. - ResourceName: string Title:
Expense Resource NameName of the expense resource assigned to the task. - TaskId: integer (int64) Title:
Task IDIdentifier of the task to which the expense resource is assigned.
Nested Schema : workPlanTemplates-TaskLaborResourceAssignments-item-post-request
Type:
Show Source object- CostAmount: number Title:
Planned Labor Resource Cost AmountThe planned cost amount of the labor resource for the task. - EffortInHours: number Title:
Planned Labor Resource Effort in HoursPlanned effort in hours of the labor resource for the task. - LaborBillAmount: number Title:
Planned Labor Resource Bill AmountThe planned bill amount of the labor resource for the task. - LaborResourceId: integer (int64) Title:
Labor Resource IDUnique identifier of the labor resource assigned to the task. - PrimaryResourceFlag: boolean Title:
Primary ResourceIndicates whether the resource is the primary labor resource for the task. The value is True if the resource is the primary labor resource. The value is False if the resource isn't the primary labor resource. - ResourceAllocation: number Title:
Labor Resource AllocationAllocation percentage of the labor resource for the task. - ResourceEmail: string Title:
Labor Resource EmailEmail address of the labor resource assigned to the task. - ResourceName: string Title:
Labor Resource NameName of the labor resource assigned to the task. - TaskId: integer (int64) Title:
Task IDUnique identifier of the task to which the labor resource is assigned. - TemplateResourceAssignmentId: integer Title:
Template Resource Assignment IDUnique identifier of the assignment of the labor resource.
Nested Schema : workPlanTemplates-Tasks-item-post-request
Type:
Show Source object- Allocation: number Title:
Allocation PercentageThe percentage of resource's hours allocated to the task for the task duration. - BillableFlag: boolean Title:
BillableMaximum Length:1Indicates whether the transactions charged to the task can be billed to customers. Only the lowest-level financial tasks can be billable. - ChargeableFlag: boolean Title:
ChargeableMaximum Length:1Indicates whether transactions can be charged to the task. Only the lowest-level financial tasks can be chargeable. - Description: string Title:
Task DescriptionMaximum Length:2000Text description of the task. - DisplaySequence: integer (int64) Title:
Display SequenceFor internal use. The order in which the task is displayed. - Duration: number Title:
Planned DurationThe planned duration of the task. - Effort: number Title:
Planned Effort in HoursThe estimated effort, in hours, required to complete a task. - ElementType: string Title:
Task Element TypeMaximum Length:30Default Value:EXECUTIONIndicates if the task is financially tracked or tracked for execution only. Valid values are EXECUTION and FINANCIAL. - ExpenseAmount: number Title:
Planned Expense AmountDefault Value:0The planned expense amount for the task. - GateApprovers: array Gate Approvers Title:
Gate ApproversThe Gate Approvers resource is used to view gate approver details. - GateFlag: boolean Title:
GateMaximum Length:1Default Value:falseIndicates whether the task is a gate. - LaborBillAmount: number Title:
Planned Labor Bill AmountThe planned bill amount for all the labor resources associated with the task. - LaborCost: number Title:
Planned Labor CostThe planned cost amount for all the labor resources associated with the task. - LeafIndicator: string Title:
Leaf IndicatorMaximum Length:1Default Value:YIndicates whether the task is a lowest-level task. - ManualScheduleFlag: boolean Title:
Manual ScheduleMaximum Length:1Indicates whether the schedule mode of a task is manual. If the schedule mode is manual, the task can't be updated automatically using the scheduling process. - MilestoneFlag: boolean Title:
MilestoneMaximum Length:1Default Value:falseIndicates whether the task is a milestone. - Name(required): string Title:
Task NameMaximum Length:255Name of the task. - NumberAttr01: number Task code defined during implementation that provides the ability to capture a numeric value as additional information for a task.
- NumberAttr02: number Task code defined during implementation that provides the ability to capture a numeric value as additional information for a task.
- NumberAttr03: number Task code defined during implementation that provides the ability to capture a numeric value as additional information for a task.
- NumberAttr04: number Task code defined during implementation that provides the ability to capture a numeric value as additional information for a task.
- NumberAttr05: number Task code defined during implementation that provides the ability to capture a numeric value as additional information for a task.
- NumberAttr06: number Task code defined during implementation that provides the ability to capture a numeric value as additional information for a task.
- NumberAttr07: number Task code defined during implementation that provides the ability to capture a numeric value as additional information for a task.
- NumberAttr08: number Task code defined during implementation that provides the ability to capture a numeric value as additional information for a task.
- NumberAttr09: number Task code defined during implementation that provides the ability to capture a numeric value as additional information for a task.
- NumberAttr10: number Task code defined during implementation that provides the ability to capture a numeric value as additional information for a task.
- ParentTaskId: integer (int64) Title:
Parent Task IDIdentifier of the parent task of the task. - PeerReferenceTaskId: integer Title:
Peer Reference Task IDUnique identifier of the peer task. - Priority: number Title:
PriorityPriority of the task for the assigned resource. - ScheduleTypeCode: string Title:
Task Schedule Type CodeMaximum Length:30Schedule type of the task. Valid values are fixed effort and fixed duration. - TaskCode01Id: integer (int64) Task code defined during implementation that provides a list of values to capture additional information for a task.
- TaskCode02Id: integer (int64) Task code defined during implementation that provides a list of values to capture additional information for a task.
- TaskCode03Id: integer (int64) Task code defined during implementation that provides a list of values to capture additional information for a task.
- TaskCode04Id: integer (int64) Task code defined during implementation that provides a list of values to capture additional information for a task.
- TaskCode05Id: integer (int64) Task code defined during implementation that provides a list of values to capture additional information for a task.
- TaskCode06Id: integer (int64) Task code defined during implementation that provides a list of values to capture additional information for a task.
- TaskCode07Id: integer (int64) Task code defined during implementation that provides a list of values to capture additional information for a task.
- TaskCode08Id: integer (int64) Task code defined during implementation that provides a list of values to capture additional information for a task.
- TaskCode09Id: integer (int64) Task code defined during implementation that provides a list of values to capture additional information for a task.
- TaskCode10Id: integer (int64) Task code defined during implementation that provides a list of values to capture additional information for a task.
- TaskCode11Id: integer (int64) Task code defined during implementation that provides a list of values to capture additional information for a task.
- TaskCode12Id: integer (int64) Task code defined during implementation that provides a list of values to capture additional information for a task.
- TaskCode13Id: integer (int64) Task code defined during implementation that provides a list of values to capture additional information for a task.
- TaskCode14Id: integer (int64) Task code defined during implementation that provides a list of values to capture additional information for a task.
- TaskCode15Id: integer (int64) Task code defined during implementation that provides a list of values to capture additional information for a task.
- TaskCode16Id: integer (int64) Task code defined during implementation that provides a list of values to capture additional information for a task.
- TaskCode17Id: integer (int64) Task code defined during implementation that provides a list of values to capture additional information for a task.
- TaskCode18Id: integer (int64) Task code defined during implementation that provides a list of values to capture additional information for a task.
- TaskCode19Id: integer (int64) Task code defined during implementation that provides a list of values to capture additional information for a task.
- TaskCode20Id: integer (int64) Task code defined during implementation that provides a list of values to capture additional information for a task.
- TaskCode21Id: integer (int64) Task code defined during implementation that provides a list of values to capture additional information for a task.
- TaskCode22Id: integer (int64) Task code defined during implementation that provides a list of values to capture additional information for a task.
- TaskCode23Id: integer (int64) Task code defined during implementation that provides a list of values to capture additional information for a task.
- TaskCode24Id: integer (int64) Task code defined during implementation that provides a list of values to capture additional information for a task.
- TaskCode25Id: integer (int64) Task code defined during implementation that provides a list of values to capture additional information for a task.
- TaskCode26Id: integer (int64) Task code defined during implementation that provides a list of values to capture additional information for a task.
- TaskCode27Id: integer (int64) Task code defined during implementation that provides a list of values to capture additional information for a task.
- TaskCode28Id: integer (int64) Task code defined during implementation that provides a list of values to capture additional information for a task.
- TaskCode29Id: integer (int64) Task code defined during implementation that provides a list of values to capture additional information for a task.
- TaskCode30Id: integer (int64) Task code defined during implementation that provides a list of values to capture additional information for a task.
- TaskCode31Id: integer (int64) Task code defined during implementation that provides a list of values to capture additional information for a task.
- TaskCode32Id: integer (int64) Task code defined during implementation that provides a list of values to capture additional information for a task.
- TaskCode33Id: integer (int64) Task code defined during implementation that provides a list of values to capture additional information for a task.
- TaskCode34Id: integer (int64) Task code defined during implementation that provides a list of values to capture additional information for a task.
- TaskCode35Id: integer (int64) Task code defined during implementation that provides a list of values to capture additional information for a task.
- TaskCode36Id: integer (int64) Task code defined during implementation that provides a list of values to capture additional information for a task.
- TaskCode37Id: integer (int64) Task code defined during implementation that provides a list of values to capture additional information for a task.
- TaskCode38Id: integer (int64) Task code defined during implementation that provides a list of values to capture additional information for a task.
- TaskCode39Id: integer (int64) Task code defined during implementation that provides a list of values to capture additional information for a task.
- TaskCode40Id: integer (int64) Task code defined during implementation that provides a list of values to capture additional information for a task.
- TaskDFF: array TaskDFF
- TaskId: integer (int64) Title:
Task IDUnique identifier of the task. - TaskLevel(required): integer (int32) Title:
Task LevelIndicates the level of the task in the hierarchy. The level of the task that holds the rollup values of the project is 0. - TaskNumber(required): string Title:
Task NumberMaximum Length:100The number assigned to a task. It's used to uniquely identify a task. - TextAttr01: string Maximum Length:
200Task code defined during implementation that provides free-form text entry to capture additional information for a task. - TextAttr02: string Maximum Length:
200Task code defined during implementation that provides free-form text entry to capture additional information for a task. - TextAttr03: string Maximum Length:
200Task code defined during implementation that provides free-form text entry to capture additional information for a task. - TextAttr04: string Maximum Length:
200Task code defined during implementation that provides free-form text entry to capture additional information for a task. - TextAttr05: string Maximum Length:
200Task code defined during implementation that provides free-form text entry to capture additional information for a task. - TextAttr06: string Maximum Length:
200Task code defined during implementation that provides free-form text entry to capture additional information for a task. - TextAttr07: string Maximum Length:
200Task code defined during implementation that provides free-form text entry to capture additional information for a task. - TextAttr08: string Maximum Length:
200Task code defined during implementation that provides free-form text entry to capture additional information for a task. - TextAttr09: string Maximum Length:
200Task code defined during implementation that provides free-form text entry to capture additional information for a task. - TextAttr10: string Maximum Length:
200Task code defined during implementation that provides free-form text entry to capture additional information for a task. - TextAttr11: string Maximum Length:
200Task code defined during implementation that provides free-form text entry to capture additional information for a task. - TextAttr12: string Maximum Length:
200Task code defined during implementation that provides free-form text entry to capture additional information for a task. - TextAttr13: string Maximum Length:
200Task code defined during implementation that provides free-form text entry to capture additional information for a task. - TextAttr14: string Maximum Length:
200Task code defined during implementation that provides free-form text entry to capture additional information for a task. - TextAttr15: string Maximum Length:
200Task code defined during implementation that provides free-form text entry to capture additional information for a task. - TextAttr16: string Maximum Length:
200Task code defined during implementation that provides free-form text entry to capture additional information for a task. - TextAttr17: string Maximum Length:
200Task code defined during implementation that provides free-form text entry to capture additional information for a task. - TextAttr18: string Maximum Length:
200Task code defined during implementation that provides free-form text entry to capture additional information for a task. - TextAttr19: string Maximum Length:
200Task code defined during implementation that provides free-form text entry to capture additional information for a task. - TextAttr20: string Maximum Length:
200Task code defined during implementation that provides free-form text entry to capture additional information for a task. - TotalCost: number Title:
Total CostThe total cost of the task. It's the sum of expense and labor costs. - WorkType: string Title:
Work TypeMaximum Length:240Name of the classification of the work associated with the project task. Use work types to categorize and group tasks for processing purposes. The work type must be active as of the current system date. - WorkTypeId: integer (int64) Title:
Work Type IDUnique identifier of the work type. Work type is used to classify the work associated with the project task. The work type must be active as of the current system date.
Nested Schema : Gate Approvers
Type:
arrayTitle:
Gate ApproversThe Gate Approvers resource is used to view gate approver details.
Show Source Nested Schema : workPlanTemplates-Tasks-GateApprovers-item-post-request
Type:
Show Source object- GateApproverEmail: string Title:
Gate Approver EmailEmail address of the gate approver. - GateApproverId: integer (int64) Title:
Gate Approver IDUnique identifier of the gate approver. - GateApproverName: string Title:
Gate Approver NameName of the gate approver.
Nested Schema : workPlanTemplates-Tasks-TaskDFF-item-post-request
Type:
Show Source object- __FLEX_Context: string Title:
Context SegmentMaximum Length:30Context Segment - __FLEX_Context_DisplayValue: string Title:
Context SegmentContext Segment - ProjElementId: integer (int64)
Response
Supported Media Types
- application/json
Default Response
The following table describes the default response for this task.
Headers
- Metadata-Context: If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
- REST-Framework-Version: The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Root Schema : workPlanTemplates-item-response
Type:
Show Source object- CopyFromProjectId: integer (int64) Title:
Project ID to Copy Work Plan Template FromThe unique identifier of the project plan to copy from when creating the work plan template. The value isn't stored and is required only when creating the work plan template. - CreatedBy: string Read Only:
trueMaximum Length:64The user who created the record. - CreationDate: string (date-time) Read Only:
trueThe date when the record was created. - CurrencyCode: string Title:
Work Plan Template Currency CodeMaximum Length:15Default Value:USDThe required currency code for the work plan template. The value defaults from the project plan when creating the work plan template from an existing project plan. - Description: string Title:
Work Plan Template DescriptionMaximum Length:2000Description of the work plan template. - links: array Links Title:
LinksThe link relations associated with the resource instance. - Name: string Title:
Work Plan Template NameMaximum Length:240Default Value:DEFAULTThe required name of the work plan template. - OwnerId: integer (int64) Title:
Work Plan Template Owner IDRead Only:trueIdentifier of the work plan template owner. The owner is the user who creates the work plan template. - PublicFlag: boolean Title:
PublicMaximum Length:1Default Value:falseIndicates whether the work plan template is shared with other project managers. True indicates the template is public and false indicates only the owner can use the template. - ScheduleType: string Title:
Work Plan Template Schedule TypeMaximum Length:30The required schedule type for the work plan template. Values are FIXED_EFFORT and FIXED_DURATION. The value defaults from the project plan when creating the work plan template from an existing project plan. - TaskDeliverables: array Task Deliverables Title:
Task DeliverablesThe Task Deliverables resource is used to view the association of a deliverable with a task. For example, a task can have an association with a deliverable draft budget. You can have multiple deliverables associated with each task. - TaskDependencies: array Task Dependencies Title:
Task DependenciesThe Task Dependency resource is used to view dependencies between tasks in a work plan template. For example, a task that has a finish-to-start dependency with another task can start only after the predecessor task is completed. You can have many dependencies for each task. - TaskExpenseResourceAssignments: array Task Expense Resource Assignments Title:
Task Expense Resource AssignmentsThe Task Expenses Resource Assignments resource is used to view the assignment of an expense resource for a task. For example, hotel expenses can be planned for a task. You can have multiple expense resource assignments for each task. - TaskLaborResourceAssignments: array Task Labor Resource Assignments Title:
Task Labor Resource AssignmentsThe Task Labor resource assignments resource is used to view the assignment of a labor resource for a task. For example, a Database Analyst can be assigned as a labor resource for a task. You can have many labor resource assignments for each task. - Tasks: array Tasks Title:
TasksThe Tasks resource is used to view task details. A task is an activity that needs to be performed by the assigned resources within the defined time period. - WorkPlanTemplateId: integer (int64) Title:
Project Work Plan Template IDRead Only:trueUnique identifier of the work plan template generated when creating the work plan template.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source Nested Schema : Task Deliverables
Type:
arrayTitle:
Task DeliverablesThe Task Deliverables resource is used to view the association of a deliverable with a task. For example, a task can have an association with a deliverable draft budget. You can have multiple deliverables associated with each task.
Show Source Nested Schema : Task Dependencies
Type:
arrayTitle:
Task DependenciesThe Task Dependency resource is used to view dependencies between tasks in a work plan template. For example, a task that has a finish-to-start dependency with another task can start only after the predecessor task is completed. You can have many dependencies for each task.
Show Source Nested Schema : Task Expense Resource Assignments
Type:
arrayTitle:
Task Expense Resource AssignmentsThe Task Expenses Resource Assignments resource is used to view the assignment of an expense resource for a task. For example, hotel expenses can be planned for a task. You can have multiple expense resource assignments for each task.
Show Source Nested Schema : Task Labor Resource Assignments
Type:
arrayTitle:
Task Labor Resource AssignmentsThe Task Labor resource assignments resource is used to view the assignment of a labor resource for a task. For example, a Database Analyst can be assigned as a labor resource for a task. You can have many labor resource assignments for each task.
Show Source Nested Schema : Tasks
Type:
arrayTitle:
TasksThe Tasks resource is used to view task details. A task is an activity that needs to be performed by the assigned resources within the defined time period.
Show Source Nested Schema : link
Type:
Show Source object- href: string Title:
hyperlink referenceThe URI to the related resource. - kind: string Title:
kindAllowed Values:[ "collection", "item", "describe", "other" ]The kind of the related resource. - name: string Title:
nameThe name of the link to the related resource. - properties: object properties
- rel: string Title:
relationAllowed Values:[ "self", "lov", "parent", "canonical", "child", "enclosure", "action", "custom" ]The name of the relation to the resource instance. Example: self.
Nested Schema : properties
Type:
Show Source object- changeIndicator: string Change indicator or the ETag value of the resource instance.
Nested Schema : workPlanTemplates-TaskDeliverables-item-response
Type:
Show Source object- DeliverableDescription: string Title:
Deliverable DescriptionRead Only:trueMaximum Length:1000The description of the deliverable. - DeliverableId: integer (int64) Title:
Deliverable IDRead Only:trueIdentifier of the deliverable associated with the task. - DeliverablePriorityCode: string Title:
Deliverable Priority CodeRead Only:trueMaximum Length:30Internal code for the priority of the deliverable. - DeliverableTypeCode: integer (int64) Title:
Deliverable Type CodeRead Only:trueInternal code for the type of the deliverable. - links: array Links Title:
LinksThe link relations associated with the resource instance. - TaskDeliverableAssociationId: integer (int64) Title:
Deliverable Association IDUnique identifier of the association between task and deliverable. - TaskId: integer (int64) Title:
Task IDRead Only:trueIdentifier of the task associated with the deliverable.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source Nested Schema : workPlanTemplates-TaskDependencies-item-response
Type:
Show Source object- DependencyId: integer (int64) Title:
Dependency IDRead Only:trueIdentifier of the dependency between two tasks. - DependencyType: string Title:
Dependency TypeMaximum Length:30Default Value:fsThe type of dependency between tasks. Valid values are finish-to-start, start-to-start, finish-to-finish, and start-to-finish. - Lag: number Title:
LagDefault Value:0The number of days after which the dependency is activated. For example, if there is a finish-to-start dependency and a lag of 2 days, the successor task will start 2 days after the predecessor task is completed. - links: array Links Title:
LinksThe link relations associated with the resource instance. - PredecessorTaskId: integer (int64) Title:
Predecessor Task IDUnique identifier of the predecessor task. - SuccessorTaskId: integer (int64) Title:
Successor Task IDUnique identifier of the successor task.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source Nested Schema : workPlanTemplates-TaskExpenseResourceAssignments-item-response
Type:
Show Source object- ExpenseAmount: number Title:
Expense Resource Planned AmountDefault Value:0The planned expense cost amount of a specific expense resource assigned to the task. - ExpenseResourceId: integer (int64) Title:
Expense Resource IDIdentifier of the expense resource assigned to the task. - links: array Links Title:
LinksThe link relations associated with the resource instance. - ResourceName: string Title:
Expense Resource NameName of the expense resource assigned to the task. - TaskExpenseResourceAssignmentId: integer (int64) Title:
Task Expense Resource Assignment IDRead Only:trueUnique identifier of the expense resource assignment to the task. Value is auto-generated. - TaskId: integer (int64) Title:
Task IDIdentifier of the task to which the expense resource is assigned.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source Nested Schema : workPlanTemplates-TaskLaborResourceAssignments-item-response
Type:
Show Source object- CostAmount: number Title:
Planned Labor Resource Cost AmountThe planned cost amount of the labor resource for the task. - EffortInHours: number Title:
Planned Labor Resource Effort in HoursPlanned effort in hours of the labor resource for the task. - LaborBillAmount: number Title:
Planned Labor Resource Bill AmountThe planned bill amount of the labor resource for the task. - LaborResourceId: integer (int64) Title:
Labor Resource IDUnique identifier of the labor resource assigned to the task. - links: array Links Title:
LinksThe link relations associated with the resource instance. - PrimaryResourceFlag: boolean Title:
Primary ResourceIndicates whether the resource is the primary labor resource for the task. The value is True if the resource is the primary labor resource. The value is False if the resource isn't the primary labor resource. - ResourceAllocation: number Title:
Labor Resource AllocationAllocation percentage of the labor resource for the task. - ResourceEmail: string Title:
Labor Resource EmailEmail address of the labor resource assigned to the task. - ResourceName: string Title:
Labor Resource NameName of the labor resource assigned to the task. - TaskId: integer (int64) Title:
Task IDUnique identifier of the task to which the labor resource is assigned. - TaskLaborResourceAssignmentId: integer (int64) Title:
Labor Resource Assignment IDRead Only:trueUnique identifier of the labor resource assignment for the task. Value is auto-generated. - TemplateResourceAssignmentId: integer Title:
Template Resource Assignment IDUnique identifier of the assignment of the labor resource.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source Nested Schema : workPlanTemplates-Tasks-item-response
Type:
Show Source object- Allocation: number Title:
Allocation PercentageThe percentage of resource's hours allocated to the task for the task duration. - BillableFlag: boolean Title:
BillableMaximum Length:1Indicates whether the transactions charged to the task can be billed to customers. Only the lowest-level financial tasks can be billable. - ChargeableFlag: boolean Title:
ChargeableMaximum Length:1Indicates whether transactions can be charged to the task. Only the lowest-level financial tasks can be chargeable. - CreatedBy: string Title:
Created ByRead Only:trueMaximum Length:64The user who created the task. - CreationDate: string (date-time) Title:
Creation DateRead Only:trueThe date when the task was created. - Description: string Title:
Task DescriptionMaximum Length:2000Text description of the task. - DisplaySequence: integer (int64) Title:
Display SequenceFor internal use. The order in which the task is displayed. - Duration: number Title:
Planned DurationThe planned duration of the task. - Effort: number Title:
Planned Effort in HoursThe estimated effort, in hours, required to complete a task. - ElementType: string Title:
Task Element TypeMaximum Length:30Default Value:EXECUTIONIndicates if the task is financially tracked or tracked for execution only. Valid values are EXECUTION and FINANCIAL. - ExpenseAmount: number Title:
Planned Expense AmountDefault Value:0The planned expense amount for the task. - GateApprovers: array Gate Approvers Title:
Gate ApproversThe Gate Approvers resource is used to view gate approver details. - GateFlag: boolean Title:
GateMaximum Length:1Default Value:falseIndicates whether the task is a gate. - LaborBillAmount: number Title:
Planned Labor Bill AmountThe planned bill amount for all the labor resources associated with the task. - LaborCost: number Title:
Planned Labor CostThe planned cost amount for all the labor resources associated with the task. - LeafIndicator: string Title:
Leaf IndicatorMaximum Length:1Default Value:YIndicates whether the task is a lowest-level task. - links: array Links Title:
LinksThe link relations associated with the resource instance. - ManualScheduleFlag: boolean Title:
Manual ScheduleMaximum Length:1Indicates whether the schedule mode of a task is manual. If the schedule mode is manual, the task can't be updated automatically using the scheduling process. - MilestoneFlag: boolean Title:
MilestoneMaximum Length:1Default Value:falseIndicates whether the task is a milestone. - Name: string Title:
Task NameMaximum Length:255Name of the task. - NumberAttr01: number Task code defined during implementation that provides the ability to capture a numeric value as additional information for a task.
- NumberAttr02: number Task code defined during implementation that provides the ability to capture a numeric value as additional information for a task.
- NumberAttr03: number Task code defined during implementation that provides the ability to capture a numeric value as additional information for a task.
- NumberAttr04: number Task code defined during implementation that provides the ability to capture a numeric value as additional information for a task.
- NumberAttr05: number Task code defined during implementation that provides the ability to capture a numeric value as additional information for a task.
- NumberAttr06: number Task code defined during implementation that provides the ability to capture a numeric value as additional information for a task.
- NumberAttr07: number Task code defined during implementation that provides the ability to capture a numeric value as additional information for a task.
- NumberAttr08: number Task code defined during implementation that provides the ability to capture a numeric value as additional information for a task.
- NumberAttr09: number Task code defined during implementation that provides the ability to capture a numeric value as additional information for a task.
- NumberAttr10: number Task code defined during implementation that provides the ability to capture a numeric value as additional information for a task.
- ParentTaskId: integer (int64) Title:
Parent Task IDIdentifier of the parent task of the task. - PeerReferenceTaskId: integer Title:
Peer Reference Task IDUnique identifier of the peer task. - PrimaryResourceEmail: string Title:
Primary Resource EmailRead Only:trueMaximum Length:240Email of the person who leads the task. - PrimaryResourceName: string Title:
Primary Resource NameRead Only:trueMaximum Length:240Name of the resource who leads the work on a task. - Priority: number Title:
PriorityPriority of the task for the assigned resource. - ScheduleTypeCode: string Title:
Task Schedule Type CodeMaximum Length:30Schedule type of the task. Valid values are fixed effort and fixed duration. - TaskCode01Id: integer (int64) Task code defined during implementation that provides a list of values to capture additional information for a task.
- TaskCode02Id: integer (int64) Task code defined during implementation that provides a list of values to capture additional information for a task.
- TaskCode03Id: integer (int64) Task code defined during implementation that provides a list of values to capture additional information for a task.
- TaskCode04Id: integer (int64) Task code defined during implementation that provides a list of values to capture additional information for a task.
- TaskCode05Id: integer (int64) Task code defined during implementation that provides a list of values to capture additional information for a task.
- TaskCode06Id: integer (int64) Task code defined during implementation that provides a list of values to capture additional information for a task.
- TaskCode07Id: integer (int64) Task code defined during implementation that provides a list of values to capture additional information for a task.
- TaskCode08Id: integer (int64) Task code defined during implementation that provides a list of values to capture additional information for a task.
- TaskCode09Id: integer (int64) Task code defined during implementation that provides a list of values to capture additional information for a task.
- TaskCode10Id: integer (int64) Task code defined during implementation that provides a list of values to capture additional information for a task.
- TaskCode11Id: integer (int64) Task code defined during implementation that provides a list of values to capture additional information for a task.
- TaskCode12Id: integer (int64) Task code defined during implementation that provides a list of values to capture additional information for a task.
- TaskCode13Id: integer (int64) Task code defined during implementation that provides a list of values to capture additional information for a task.
- TaskCode14Id: integer (int64) Task code defined during implementation that provides a list of values to capture additional information for a task.
- TaskCode15Id: integer (int64) Task code defined during implementation that provides a list of values to capture additional information for a task.
- TaskCode16Id: integer (int64) Task code defined during implementation that provides a list of values to capture additional information for a task.
- TaskCode17Id: integer (int64) Task code defined during implementation that provides a list of values to capture additional information for a task.
- TaskCode18Id: integer (int64) Task code defined during implementation that provides a list of values to capture additional information for a task.
- TaskCode19Id: integer (int64) Task code defined during implementation that provides a list of values to capture additional information for a task.
- TaskCode20Id: integer (int64) Task code defined during implementation that provides a list of values to capture additional information for a task.
- TaskCode21Id: integer (int64) Task code defined during implementation that provides a list of values to capture additional information for a task.
- TaskCode22Id: integer (int64) Task code defined during implementation that provides a list of values to capture additional information for a task.
- TaskCode23Id: integer (int64) Task code defined during implementation that provides a list of values to capture additional information for a task.
- TaskCode24Id: integer (int64) Task code defined during implementation that provides a list of values to capture additional information for a task.
- TaskCode25Id: integer (int64) Task code defined during implementation that provides a list of values to capture additional information for a task.
- TaskCode26Id: integer (int64) Task code defined during implementation that provides a list of values to capture additional information for a task.
- TaskCode27Id: integer (int64) Task code defined during implementation that provides a list of values to capture additional information for a task.
- TaskCode28Id: integer (int64) Task code defined during implementation that provides a list of values to capture additional information for a task.
- TaskCode29Id: integer (int64) Task code defined during implementation that provides a list of values to capture additional information for a task.
- TaskCode30Id: integer (int64) Task code defined during implementation that provides a list of values to capture additional information for a task.
- TaskCode31Id: integer (int64) Task code defined during implementation that provides a list of values to capture additional information for a task.
- TaskCode32Id: integer (int64) Task code defined during implementation that provides a list of values to capture additional information for a task.
- TaskCode33Id: integer (int64) Task code defined during implementation that provides a list of values to capture additional information for a task.
- TaskCode34Id: integer (int64) Task code defined during implementation that provides a list of values to capture additional information for a task.
- TaskCode35Id: integer (int64) Task code defined during implementation that provides a list of values to capture additional information for a task.
- TaskCode36Id: integer (int64) Task code defined during implementation that provides a list of values to capture additional information for a task.
- TaskCode37Id: integer (int64) Task code defined during implementation that provides a list of values to capture additional information for a task.
- TaskCode38Id: integer (int64) Task code defined during implementation that provides a list of values to capture additional information for a task.
- TaskCode39Id: integer (int64) Task code defined during implementation that provides a list of values to capture additional information for a task.
- TaskCode40Id: integer (int64) Task code defined during implementation that provides a list of values to capture additional information for a task.
- TaskDFF: array TaskDFF
- TaskId: integer (int64) Title:
Task IDUnique identifier of the task. - TaskLevel: integer (int32) Title:
Task LevelIndicates the level of the task in the hierarchy. The level of the task that holds the rollup values of the project is 0. - TaskNumber: string Title:
Task NumberMaximum Length:100The number assigned to a task. It's used to uniquely identify a task. - TextAttr01: string Maximum Length:
200Task code defined during implementation that provides free-form text entry to capture additional information for a task. - TextAttr02: string Maximum Length:
200Task code defined during implementation that provides free-form text entry to capture additional information for a task. - TextAttr03: string Maximum Length:
200Task code defined during implementation that provides free-form text entry to capture additional information for a task. - TextAttr04: string Maximum Length:
200Task code defined during implementation that provides free-form text entry to capture additional information for a task. - TextAttr05: string Maximum Length:
200Task code defined during implementation that provides free-form text entry to capture additional information for a task. - TextAttr06: string Maximum Length:
200Task code defined during implementation that provides free-form text entry to capture additional information for a task. - TextAttr07: string Maximum Length:
200Task code defined during implementation that provides free-form text entry to capture additional information for a task. - TextAttr08: string Maximum Length:
200Task code defined during implementation that provides free-form text entry to capture additional information for a task. - TextAttr09: string Maximum Length:
200Task code defined during implementation that provides free-form text entry to capture additional information for a task. - TextAttr10: string Maximum Length:
200Task code defined during implementation that provides free-form text entry to capture additional information for a task. - TextAttr11: string Maximum Length:
200Task code defined during implementation that provides free-form text entry to capture additional information for a task. - TextAttr12: string Maximum Length:
200Task code defined during implementation that provides free-form text entry to capture additional information for a task. - TextAttr13: string Maximum Length:
200Task code defined during implementation that provides free-form text entry to capture additional information for a task. - TextAttr14: string Maximum Length:
200Task code defined during implementation that provides free-form text entry to capture additional information for a task. - TextAttr15: string Maximum Length:
200Task code defined during implementation that provides free-form text entry to capture additional information for a task. - TextAttr16: string Maximum Length:
200Task code defined during implementation that provides free-form text entry to capture additional information for a task. - TextAttr17: string Maximum Length:
200Task code defined during implementation that provides free-form text entry to capture additional information for a task. - TextAttr18: string Maximum Length:
200Task code defined during implementation that provides free-form text entry to capture additional information for a task. - TextAttr19: string Maximum Length:
200Task code defined during implementation that provides free-form text entry to capture additional information for a task. - TextAttr20: string Maximum Length:
200Task code defined during implementation that provides free-form text entry to capture additional information for a task. - TotalCost: number Title:
Total CostThe total cost of the task. It's the sum of expense and labor costs. - WorkType: string Title:
Work TypeMaximum Length:240Name of the classification of the work associated with the project task. Use work types to categorize and group tasks for processing purposes. The work type must be active as of the current system date. - WorkTypeId: integer (int64) Title:
Work Type IDUnique identifier of the work type. Work type is used to classify the work associated with the project task. The work type must be active as of the current system date.
Nested Schema : Gate Approvers
Type:
arrayTitle:
Gate ApproversThe Gate Approvers resource is used to view gate approver details.
Show Source Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source Nested Schema : workPlanTemplates-Tasks-GateApprovers-item-response
Type:
Show Source object- ApprovalId: integer (int64) Title:
Approval IDRead Only:trueUnique identifier of the Gate Approver. Value is auto-generated. - GateApproverEmail: string Title:
Gate Approver EmailEmail address of the gate approver. - GateApproverId: integer (int64) Title:
Gate Approver IDUnique identifier of the gate approver. - GateApproverName: string Title:
Gate Approver NameName of the gate approver. - links: array Links Title:
LinksThe link relations associated with the resource instance.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source Nested Schema : workPlanTemplates-Tasks-TaskDFF-item-response
Type:
Show Source object- __FLEX_Context: string Title:
Context SegmentMaximum Length:30Context Segment - __FLEX_Context_DisplayValue: string Title:
Context SegmentContext Segment - links: array Links Title:
LinksThe link relations associated with the resource instance. - ProjElementId: integer (int64)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source Links
- TaskDeliverables
- Operation: /fscmRestApi/resources/11.13.18.05/workPlanTemplates/{WorkPlanTemplateId}/child/TaskDeliverablesParameters:
- WorkPlanTemplateId:
$request.path.WorkPlanTemplateId
The Task Deliverables resource is used to view the association of a deliverable with a task. For example, a task can have an association with a deliverable draft budget. You can have multiple deliverables associated with each task. - WorkPlanTemplateId:
- TaskDependencies
- Operation: /fscmRestApi/resources/11.13.18.05/workPlanTemplates/{WorkPlanTemplateId}/child/TaskDependenciesParameters:
- WorkPlanTemplateId:
$request.path.WorkPlanTemplateId
The Task Dependency resource is used to view dependencies between tasks in a work plan template. For example, a task that has a finish-to-start dependency with another task can start only after the predecessor task is completed. You can have many dependencies for each task. - WorkPlanTemplateId:
- TaskExpenseResourceAssignments
- Parameters:
- WorkPlanTemplateId:
$request.path.WorkPlanTemplateId
The Task Expenses Resource Assignments resource is used to view the assignment of an expense resource for a task. For example, hotel expenses can be planned for a task. You can have multiple expense resource assignments for each task. - WorkPlanTemplateId:
- TaskLaborResourceAssignments
- Parameters:
- WorkPlanTemplateId:
$request.path.WorkPlanTemplateId
The Task Labor resource assignments resource is used to view the assignment of a labor resource for a task. For example, a Database Analyst can be assigned as a labor resource for a task. You can have many labor resource assignments for each task. - WorkPlanTemplateId:
- Tasks
- Parameters:
- WorkPlanTemplateId:
$request.path.WorkPlanTemplateId
The Tasks resource is used to view task details. A task is an activity that needs to be performed by the assigned resources within the defined time period. - WorkPlanTemplateId: