Create A Part to Document Relationship using the REST API
I would like to create a WTPartReferenceLink between a part I have created in '/Windchill/servlet/odata/ProdMgmt/Parts' and a document I have created in '/Windchill/servlet/odata/DocMgmt/Documents'.
However, When I POST '/Windchill/servlet/odata/ProdMgmt/Parts('OR:wt.part.WTPart:###')/References', I receive a 501, OPERATION_NOT_SUPPORTED.
How can I create this reference link using the REST API? I was unable to find the instructions in the 'Windchill REST Services Userโs Guide'.
Thanks!

