Skip to main content
14-Alexandrite
April 16, 2024
Solved

Updating Parts via Patch Method Without Versioning: Is it Possible?

  • April 16, 2024
  • 1 reply
  • 824 views

"I want to update using the patch method with this API endpoint: http://************/Windchill/servlet/odata/ProdMgmt/Parts('OR:wt.part.WTPart:*********'), but it warns me that I need to check out first. Is there a way to update the part without checking in or out, without touching versions, etc.? If there is a method, could you explain it?"

Best answer by BjoernRueegg

Unfortunately there is no way to edit any WTPart by WRS without iterating it. Also with java it's not official supported to change an attribute without checkout/checkin.

1 reply

17-Peridot
April 16, 2024

Unfortunately there is no way to edit any WTPart by WRS without iterating it. Also with java it's not official supported to change an attribute without checkout/checkin.