Retrieving Made From Links
Example: Retrieving All Made From Links for a Part
This example shows you how to retrieve all Made From links for a part. Use the following GET URI.
URI
GET /Windchill/servlet/odata/ProdMgmt/Parts('OR:wt.part.WTPart:200476')/MadeFromLink
Example: Retrieving a Specific Made From Link for a Part
This example shows you how to retrieve a specific Made From link for a Part. Use the following GET URI.
URI
GET /Windchill/servlet/odata/ProdMgmt/Parts('OR:wt.part.WTPart:200476')/MadeFromLink('OR:wt.mpm.rawmaterial.RawMaterialLink:193741')
Example: Retrieving All Made From Links for a Made From Set
This example shows you how to retrieve all Made From links for a Made From Set. Use the following GET URI.
URI
GET /Windchill/servlet/odata/BomTransformation/MadeFromSets('OR:wt.part.WTPart:193874')/MadeFromLink
Example: Retrieving a Specific Made From Link for a Made From Set
This example shows you how to retrieve a specific Made From link for a Made From Set. Use the following GET URI.
URI
GET /Windchill/servlet/odata/BomTransformation/MadeFromSets('OR:wt.part.WTPart:193732')/MadeFromLink('OR:wt.mpm.rawmaterial.RawMaterialLink:193741')