Create all task types in a journey template
patch
/hcmRestApi/resources/11.13.18.05/journeys/{JourneyId}/child/taskTypes/{Code}
Request
Path Parameters
-
Code(required): string
The value of this parameter could be a hash of the key that is used to uniquely identify the resource item. The client should not generate the hash key value. Instead, the client should query on the collection resource with a filter to navigate to a specific resource item. For example: products?q=InventoryItemId=
-
JourneyId(required): integer(int64)
The value of this parameter could be a hash of the key that is used to uniquely identify the resource item. The client should not generate the hash key value. Instead, the client should query on the collection resource with a filter to navigate to a specific resource item. For example: products?q=InventoryItemId=
Header Parameters
-
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.
Supported Media Types
- application/json
Root Schema : schema
Type:
Show Source
object
-
Code: string
Maximum Length:
61
Code of the journey template task type property. -
JourneyId: integer
Identifier of the journey template task type property.
-
properties: array
Properties
Title:
Properties
The properties resource is the child of the journeys resource. It includes all the journey properties associated with the parent journey template.
Nested Schema : Properties
Type:
array
Title:
Properties
The properties resource is the child of the journeys resource. It includes all the journey properties associated with the parent journey template.
Show Source
Nested Schema : journeys-taskTypes-properties-item-patch-request
Type:
Show Source
object
-
Category: string
Category of the journey template task type property.
-
CategoryMeaning: string
Meaning of category for journey template task type property.
-
Code: string
Code of the journey template task type property.
-
DisabledForLineManagerFlag: boolean
Indicates if the journey template task type property is disabled for line manager. Default value depends on the task type.
-
DisabledForOthersFlag: boolean
Indicates if the journey template task type property is disabled for other users. Default value depends on the task type.
-
DisabledForOwnerFlag: boolean
Indicates if the journey template task type property is disabled for owner. Default value depends on the task type.
-
DisabledForPerformerFlag: boolean
Indicates if the journey template task type property is disabled for performer. Default value depends on the task type.
-
Level: string
Property level for the journey template task type.
-
LineManagerDefaultValue: string
Default value of the journey template task type property for line manager.
-
LineManagerLookupType: string
Journey template task type property type for line manager.
-
LineManagerValue: string
Value of the journey template task type property for line manager.
-
Name: string
Name of the journey template task type property.
-
OthersDefaultValue: string
Default value of the journey template task type property for other user.
-
OthersLookupType: string
Journey template task type property type for other user.
-
OthersValue: string
Value of the journey template task type property for other user.
-
OverriddenFlag: boolean
Indicates if the journey template task type property is overridden. Default value depends on the task type.
-
OwnerDefaultValue: string
Default value of the journey template task type property for owner.
-
OwnerLookupType: string
Journey template task type property type for owner.
-
OwnerValue: string
Value of the journey template task type property for owner.
-
PerformerDefaultValue: string
Default value of the journey template task type property for performer.
-
PerformerLookupType: string
Journey template task type property type for performer.
-
PerformerValue: string
Value of the journey template task type property for performer.
-
Sequence: integer
Sequence of the journey template task type property.
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 : journeys-taskTypes-item-response
Type:
Show Source
object
-
Code: string
Maximum Length:
61
Code of the journey template task type property. -
JourneyId: integer
Identifier of the journey template task type property.
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
Name: string
Read Only:
true
Maximum Length:161
Name of the journey template task type property. -
properties: array
Properties
Title:
Properties
The properties resource is the child of the journeys resource. It includes all the journey properties associated with the parent journey template. -
SubType: string
Read Only:
true
Maximum Length:30
Subtype of the journey template task type property. -
SubTypeMeaning: string
Read Only:
true
Maximum Length:80
Subtype meaning of the journey template task type property. -
Type: string
Read Only:
true
Maximum Length:30
Type of the journey template task type property. -
TypeMeaning: string
Read Only:
true
Maximum Length:80
Type meaning of the journey template task type property.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Properties
Type:
array
Title:
Properties
The properties resource is the child of the journeys resource. It includes all the journey properties associated with the parent journey template.
Show Source
Nested Schema : link
Type:
Show Source
object
-
href: string
Title:
hyperlink reference
The URI to the related resource. -
kind: string
Title:
kind
Allowed Values:[ "collection", "item", "describe", "other" ]
The kind of the related resource. -
name: string
Title:
name
The name of the link to the related resource. -
properties: object
properties
-
rel: string
Title:
relation
Allowed 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 : journeys-taskTypes-properties-item-response
Type:
Show Source
object
-
Category: string
Category of the journey template task type property.
-
CategoryMeaning: string
Meaning of category for journey template task type property.
-
Code: string
Code of the journey template task type property.
-
DisabledForLineManagerFlag: boolean
Indicates if the journey template task type property is disabled for line manager. Default value depends on the task type.
-
DisabledForOthersFlag: boolean
Indicates if the journey template task type property is disabled for other users. Default value depends on the task type.
-
DisabledForOwnerFlag: boolean
Indicates if the journey template task type property is disabled for owner. Default value depends on the task type.
-
DisabledForPerformerFlag: boolean
Indicates if the journey template task type property is disabled for performer. Default value depends on the task type.
-
Level: string
Property level for the journey template task type.
-
LineManagerDefaultValue: string
Default value of the journey template task type property for line manager.
-
LineManagerLookupType: string
Journey template task type property type for line manager.
-
LineManagerValue: string
Value of the journey template task type property for line manager.
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
Name: string
Name of the journey template task type property.
-
OthersDefaultValue: string
Default value of the journey template task type property for other user.
-
OthersLookupType: string
Journey template task type property type for other user.
-
OthersValue: string
Value of the journey template task type property for other user.
-
OverriddenFlag: boolean
Indicates if the journey template task type property is overridden. Default value depends on the task type.
-
OwnerDefaultValue: string
Default value of the journey template task type property for owner.
-
OwnerLookupType: string
Journey template task type property type for owner.
-
OwnerValue: string
Value of the journey template task type property for owner.
-
PerformerDefaultValue: string
Default value of the journey template task type property for performer.
-
PerformerLookupType: string
Journey template task type property type for performer.
-
PerformerValue: string
Value of the journey template task type property for performer.
-
Sequence: integer
Sequence of the journey template task type property.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Links
- properties
-
Operation: /hcmRestApi/resources/11.13.18.05/journeys/{JourneyId}/child/taskTypes/{Code}/child/propertiesParameters:
- Code:
$request.path.Code
- JourneyId:
$request.path.JourneyId
The properties resource is the child of the taskTypes resource. It includes all the journey task type properties associated with the parent journey template. - Code: