Question
Get BOM for more than 10 levels
PTC.ProdMgmt.GetBOM?$expand=Components($expand=Part;$levels=max)
GetBOM action takes only 1-10 levels as input to "levels", and max is 10. Is there any possibility we can customize the maximum level allowed?
EX: can I see BOM structure for 18 levels using the following POST request.
PTC.ProdMgmt.GetBOM?$expand=Components($expand=Part;$levels=18)
