Create a Document with Windchill odata Rest API
Version: Windchill 12.1
Use Case: I want to create a Document with Windchil REST Services 2.5. I used the PTC Document Management Domain with POST /Documents.
Description:
By using the Body of the example from Creating a Document (ptc.com)
{
"Name": "TestDoc1",
"Description": "TestDoc1_Description",
"Title": "TestDoc1_Title",
"Context@odata.bind": "Containers('OR:wt.pdmlink.PDMLinkProduct:48788507')"
}
i recieve
Error: 403
{ "error": { "code": null, "message": "Windchill type is not instantiable" } }Any ideas that can help?

