Windchill REST API - Add part to part
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Windchill REST API - Add part to part
After creating a part ("DIM_TESTING_CONTEXT"), is there any way of adding "TEST_PART_1" and "TEST_PART_2" using the REST API?
Solved! Go to Solution.
- Labels:
-
BOM_Platform Mgmt
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @FA_10390979
Do you know the documentation for Windchill REST API?
In your Windchill system go to a URL link > wchserver.ptc.com/Windchill/netmarkets/html/wrs/doc.html
all interesting documentation URL
wchserver.ptc.com/Windchill/app/#ptc1/apiDocs/apiDocs?oid=OR%3Awt.org.WTUser%3A12&u8=1
You can find lot of useful APIs there.
I would use
/Parts('{PartId}')/Uses
PetrH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @FA_10390979
Do you know the documentation for Windchill REST API?
In your Windchill system go to a URL link > wchserver.ptc.com/Windchill/netmarkets/html/wrs/doc.html
all interesting documentation URL
wchserver.ptc.com/Windchill/app/#ptc1/apiDocs/apiDocs?oid=OR%3Awt.org.WTUser%3A12&u8=1
You can find lot of useful APIs there.
I would use
/Parts('{PartId}')/Uses
PetrH
