Not able to get Childs Child Link using Expand in Rest API for Order
Hi,
I am trying to expand Childs Child link in Rest API for one of the Order.
My current approach.
/fscmRestApi/resources/11.13.18.05/salesOrdersForOrderHub/?q=OrderNumber='1200003382'&expand=additionalInformation.HeaderEffBGeneral__Order__InformationprivateVO
If I am passing only passing additionalInformation in Expand i am able to get response. from the response I need one Link also to be expanded which is child of additionalInformation. I am getting error while passing Expand as additionalInformation.HeaderEffBGeneral__Order__InformationprivateVO.
Error Message: URL request parameter expand with value additionalInformation.HeaderEffBGeneral__Order__InformationprivateVO is not valid.
Please let me know if anyone has done it before to expand Childs child Link using Expand?