Issue with POST Request via CADDocumentMgmt API
I am experiencing a problem with the following: https://<WINDCHILL_SERVER>/Windchill/servlet/odata/DocMgmt/Documents('OR:wt.doc.WTDocument:288032')/PTC.DocMgmt.UploadStage1Action. I executed this API in the document, and there is no issue related to DocMgmt. However, the actual thing I need to run is not DocMgmt, but CADDocumentMgmt. I access the data as follows: Windchill/servlet/odata/CADDocumentMgmt/CADDocuments('OR:wt.epm.EPMDocument:22567231'). But when I send a POST request to Windchill/servlet/odata/CADDocumentMgmt/CADDocuments('OR:wt.epm.EPMDocument:22567231')/PTC.CADDocumentMgmt.UploadStage1Action or UploadStage3Action, I don't get any response. What is the solution to this, and can you help me?

