Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
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.
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.
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.