How to create WTDocument using Rest ODATA API?
Hello,
I want to create a WTDocument using windchill rest service there is an API under Document Management.
Could you please help me for the providing proper input.
The input JSON is below-
{
"Title": "",
"Number": "1234",
"Description": "Text",
"Name": "test",
"@odata.type": "#PTC.DocMgmt.EngDoc",
"SmallThumbnails@odata.bind": [
""
],
"PrimaryContent@odata.bind": "",
"Thumbnails@odata.bind": [
""
],
"Context@odata.bind": "Containers('OR:wt.pdmlink.PDMLinkProduct:188653')",
"Folder@odata.bind": "",
"Attachments@odata.bind": [
""
]
}
I am always getting "The binding link '' is malformed" exception.
Thanks!!!

