Guided Task Instances REST Endpoints

Guided Tasks/Guided Task Instances
Guided task instances provide a configured task process that you can implement such as the replacement of a component that's no longer available or the replacement of a component with a substitute due to a shortage in current stock.
Create guided task instances
Method: post
Path: /fscmRestApi/resources/11.13.18.05/productManagementGuidedTasks/{guidedTaskId}/child/guidedTaskInstances
Delete one guided task instance
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/productManagementGuidedTasks/{guidedTaskId}/child/guidedTaskInstances/{instanceId}
Get all guided task instances
Method: get
Path: /fscmRestApi/resources/11.13.18.05/productManagementGuidedTasks/{guidedTaskId}/child/guidedTaskInstances
Get one guided task instance
Method: get
Path: /fscmRestApi/resources/11.13.18.05/productManagementGuidedTasks/{guidedTaskId}/child/guidedTaskInstances/{instanceId}
Update one guided task instance
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/productManagementGuidedTasks/{guidedTaskId}/child/guidedTaskInstances/{instanceId}