Question
REST + PartsLink
I am using Windchill PDMLink Release 12.1 and Datecode with CPS 12.1.2.2
I cannot update the classification of a Part using Windchill REST Services in Windchill PartsLink
The PartsLink binding attribute internal name is: CLASS
It is defined in a subclass of WTPart called StandandPart
POST http://fihel1-sp113wnd.mcint.local/Windchill/servlet/odata/v5/ProdMgmt/Parts('OR:wt.part.WTPart.8024517512')/PTC.ProdMgmt.StandardPart
JSON:
{
"CLASS": {
"ClfNodeInternalName": "class0443"
}
}
No matter what I do, I get an error: 'CLASS' can not be mapped as a property or an annotation.
Here are the errors that I faced
'CLASS' can not be mapped as a property or an annotation.
I cannot update the classification of a Part using Windchill REST Services in Windchill PartsLink
The PartsLink binding attribute internal name is: CLASS
It is defined in a subclass of WTPart called StandandPart
POST http://fihel1-sp113wnd.mcint.local/Windchill/servlet/odata/v5/ProdMgmt/Parts('OR:wt.part.WTPart.8024517512')/PTC.ProdMgmt.StandardPart
JSON:
{
"CLASS": {
"ClfNodeInternalName": "class0443"
}
}
No matter what I do, I get an error: 'CLASS' can not be mapped as a property or an annotation.
Here are the errors that I faced
'CLASS' can not be mapped as a property or an annotation.

