Retrieving AXLEntry for Parts
This example shows you how to retrieve AXLEntry for parts. Use the following GET requests.
URI for Retrieving AXLEntry
GET /Windchill/servlet/odata/ProdMgmt/Parts?$expand=AXLEntries HTTP/1.1
URI for Retrieving AXLEntry for the Specified Part
GET /Windchill/servlet/odata/ProdMgmt/Parts(‘<Part_ID>’)/AXLEntries HTTP/1.1
URI for Retrieving a Souring Context for a Specified AXLEntry
GET /Windchill/servlet/odata/ProdMgmt/Parts('<Part_ID>')/AXLEntries('<AXLEntry_ID>')/SourcingContext HTTP/1.1