Child fields in request parameter for Get All Suppliers REST API
Summary
What's the notation for child fields for expanded items in this APIContent
The documentation says "If an indirect child resource is provided (Example: Employees.Managers), the missing children will be processed implicitly. "
So, if my parameters say 'fields' : 'Alias,AlternateName,Supplier,SupplierId,SupplierNumber,sites.PaymentTerms' then shouldn't sites.PaymentTerms be valid for Suppliers? However, when I try to use any variation of this (with . or ; or it fails with 'URL request parameter fields with value Alias,AlternateName,Supplier,SupplierId,SupplierNumber,sites.PaymentTerms is not valid.'
Is my notation incorrect, or can I not access child items in such a manner for Supplier?
Tagged:
0