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

We are happy to announce the new Windchill Customization board! Learn more.

Windchill REST API endpoint to fill BOM from file

CM_10339207
5-Regular Member

Windchill REST API endpoint to fill BOM from file

We are developing an internal project to use the Windchill API to fill the eBOM for a given part. What we are trying to do here is to read data from another software we have to get the BOM info and send it to the part in windchill. But we cannot find an endpoint in servlet/odata to do it. 

2 REPLIES 2
rhart
14-Alexandrite
(To:CM_10339207)

I don't think there's a single endpoint that can create a BoM, You would need to call the, create part, checkout part, update usage etc to create the parts and BoM materials like a user interaction would.

CM_10339207
5-Regular Member
(To:rhart)

Hello @rhart, yes that is correct. We already know how to create and check out the part. What we are looking for is how to modify the eBOM info using the REST API. We know there is PartList, PartListItem, GetPartStructure, among others. But all of them are to retrieve the info not to modify it. 

Top Tags