Hi, I need to build query which will extract ‘Landed Cost Nbr‘ field value from “Landed Costs” in Purchase Receipt entity,I guess the query must look something like that : https://acum2025r1.arts.com/AcumaticaERP/entity/Default/24.200.001/PurchaseReceipt?$filter=ReceiptNbr eq '020305' and Type eq 'Receipt'&$expand=LandedCosts
but I am not sure how to properly add “Landed Cost” field to endpoint

I tried to add LandedCosts group for purchase receipt same as I added ‘details’ group,

It created separate entity

Hot to extract landed cost nbr properly ?