Create task impact details for a change impact
post
/fscmRestApi/resources/11.13.18.05/changeOrders/{ChangeDocumentId}/child/ChangeImpacts/{ImpactId}/child/ChangeImpactTaskDetails
Request
Path Parameters
-
ChangeDocumentId(required): integer(int64)
Unique identifier of a project change order. Mandatory for PATCH operation.
-
ImpactId(required): integer(int64)
Unique identifier of the impact to the change order.
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-
Action: string
Title:
ActionMaximum Length:10Specifies the type of task impact. A value of CREATE denotes the creation of a new task, while a value of UPDATE indicates modifications to an existing task using the change order. -
ChangeDocumentId: integer
(int64)
Title:
Change Order IDIdentifier of a project change order. Updatable only at creation time. -
ChangeImpactId: integer
(int64)
Title:
Impact IDIdentifier of the impact to the change order. Updatable only at creation time. -
FinishDate: string
(date)
Title:
Finish DateThe proposed finish date of a task created or existing task impacted with the change order. -
ImpactTaskDetailsId: integer
(int64)
Title:
Impact Task Details IDUnique identifier of the task impact details of the change order. -
MilestoneFlag: boolean
Title:
MilestoneMaximum Length:1Indicates whether the impacted task is a milestone. Value of True indicates that the task is a milestone. The default value is False. -
ParentTaskId: integer
(int64)
Title:
Parent Task IDUnique Identifier of the parent task of a new task that's proposed or impacted with the change order. -
ParentTaskName: string
Title:
Parent Task NameMaximum Length:255Name of the parent task of a new task proposed or impacted with the change order. -
ParentTaskNumber: string
Title:
Parent Task NumberMaximum Length:255Unique number of the parent task of a new task that's proposed or impacted with the change order. -
ProjectId: integer
(int64)
Title:
Project IDIdentifier of the project that's impacted. Updateable only at the time of creation. -
StartDate: string
(date)
Title:
Start DateThe proposed start date of a task created or existing task impacted with the change order. -
TaskId: integer
(int64)
Title:
Task IDUnique identifier of the task that's impacted due to the change order. -
TaskName: string
Title:
Task NameMaximum Length:255Name of the task that's impacted due to the change order. -
TaskNumber: string
Title:
Task NumberMaximum Length:100Number of the task that's impacted due to the change order.
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 : changeOrders-ChangeImpacts-ChangeImpactTaskDetails-item-response
Type:
Show Source
object-
Action: string
Title:
ActionMaximum Length:10Specifies the type of task impact. A value of CREATE denotes the creation of a new task, while a value of UPDATE indicates modifications to an existing task using the change order. -
ChangeDocumentId: integer
(int64)
Title:
Change Order IDIdentifier of a project change order. Updatable only at creation time. -
ChangeImpactId: integer
(int64)
Title:
Impact IDIdentifier of the impact to the change order. Updatable only at creation time. -
FinishDate: string
(date)
Title:
Finish DateThe proposed finish date of a task created or existing task impacted with the change order. -
ImpactTaskDetailsId: integer
(int64)
Title:
Impact Task Details IDUnique identifier of the task impact details of the change order. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MilestoneFlag: boolean
Title:
MilestoneMaximum Length:1Indicates whether the impacted task is a milestone. Value of True indicates that the task is a milestone. The default value is False. -
ParentTaskId: integer
(int64)
Title:
Parent Task IDUnique Identifier of the parent task of a new task that's proposed or impacted with the change order. -
ParentTaskName: string
Title:
Parent Task NameMaximum Length:255Name of the parent task of a new task proposed or impacted with the change order. -
ParentTaskNumber: string
Title:
Parent Task NumberMaximum Length:255Unique number of the parent task of a new task that's proposed or impacted with the change order. -
ProjectId: integer
(int64)
Title:
Project IDIdentifier of the project that's impacted. Updateable only at the time of creation. -
StartDate: string
(date)
Title:
Start DateThe proposed start date of a task created or existing task impacted with the change order. -
TaskId: integer
(int64)
Title:
Task IDUnique identifier of the task that's impacted due to the change order. -
TaskName: string
Title:
Task NameMaximum Length:255Name of the task that's impacted due to the change order. -
TaskNumber: string
Title:
Task NumberMaximum Length:100Number of the task that's impacted due to the change order.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
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.