cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X

Windchill REST API - Add part to part

FA_10390979
4-Participant

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? 

FA_10390979_0-1661968327067.png

 

1 ACCEPTED SOLUTION

Accepted Solutions

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.

HelesicPetr_1-1662032983315.png

 

I would use 

/Parts('{PartId}')/Uses

 

HelesicPetr_0-1662032820363.png

 

PetrH

View solution in original post

1 REPLY 1

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.

HelesicPetr_1-1662032983315.png

 

I would use 

/Parts('{PartId}')/Uses

 

HelesicPetr_0-1662032820363.png

 

PetrH

Top Tags