Skip to main content
1-Visitor
August 31, 2022
Solved

Windchill REST API - Add part to part

  • August 31, 2022
  • 1 reply
  • 1108 views

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

 

Best answer by HelesicPetr

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

1 reply

HelesicPetr
22-Sapphire II
September 1, 2022

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