Journey Task Properties REST Endpoints

Worker Journeys/Task Types/Journey Task Properties
The properties resource is the child of the taskTypes resource and provides default properties of a journey.
Create a task type property in assigned journey
Method: post
Path: /hcmRestApi/resources/11.13.18.05/workerJourneys/{WorkerJourneyId}/child/taskTypes/{Code}/child/properties
Get a task type property in an assigned journey
Method: get
Path: /hcmRestApi/resources/11.13.18.05/workerJourneys/{WorkerJourneyId}/child/taskTypes/{Code}/child/properties/{propertiesUniqID}
Get all task type properties in an assigned journey
Method: get
Path: /hcmRestApi/resources/11.13.18.05/workerJourneys/{WorkerJourneyId}/child/taskTypes/{Code}/child/properties
Update a task type property in an assigned journey
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/workerJourneys/{WorkerJourneyId}/child/taskTypes/{Code}/child/properties/{propertiesUniqID}