Question
Need API to create and update classification node and its constrains
Need API to create and update classification node and its constrains by programmatically
- ClassificationStructureServiceHelper.getNode("<Classification Node Internal Name>", "<Name Space>"); - ClassificationStructureServiceHelper.deleteNode("<Classification Node Internal Name>", "<Name Space>"); - ClassificationStructureServiceHelper.createNode(ClassificationNodeView) - ClassificationStructureServiceHelper.updateNode(ClassificationNodeView)
I am trying with above api's which I got from this article https://www.ptc.com/en/support/article/CS338403.
by these api I am able to create classification node but not able to u

