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

Community email notifications are disrupted. While we are working to resolve, please check on your favorite boards regularly to keep up with your conversations and new topics.

i want to write one java code to create a part using ODATA Rest API (POST Request)how can we create

SD_10636834
5-Regular Member

i want to write one java code to create a part using ODATA Rest API (POST Request)how can we create

I am using Windchill PDMLink Release 11.2 and Datecode with CPS 11.2.1.0

i want to write one java code to create a part using ODATA Rest API (POST Request)how can we create it
1 ACCEPTED SOLUTION

Accepted Solutions

@SD_10636834 

Do you need to create a WTPart or a CAD Document part?

For the WTPart creation there is a ODATA service 

check your windchill installation documentation

https://serverName/Windchill/netmarkets/html/wrs/doc.html

The service depends on your wch version. In my case it is ODATA V3

 

HelesicPetr_4-1692255106785.png

HelesicPetr_3-1692254967310.png

 

Here is an Article that describes simple ODATA function creation

CS357512 - How to create a custom ODATA domain with a simple custom endpoint

 

all information for Rest API customization is here

CS183488 - Windchill PLM Rest Services - Customization

 

PetrH

 

 

 

View solution in original post

1 REPLY 1

@SD_10636834 

Do you need to create a WTPart or a CAD Document part?

For the WTPart creation there is a ODATA service 

check your windchill installation documentation

https://serverName/Windchill/netmarkets/html/wrs/doc.html

The service depends on your wch version. In my case it is ODATA V3

 

HelesicPetr_4-1692255106785.png

HelesicPetr_3-1692254967310.png

 

Here is an Article that describes simple ODATA function creation

CS357512 - How to create a custom ODATA domain with a simple custom endpoint

 

all information for Rest API customization is here

CS183488 - Windchill PLM Rest Services - Customization

 

PetrH

 

 

 

Top Tags