Rank 5: Hypervisor
So, I this nested object
Business
-- Address
---- Pincode
So, for address I am sending the {...} body and as Pincode data base is pre-populated so, I am pne sending [...] pincode id in list.
{ ... address: [ { ... pincode: [ "Pincode Document-Id" ] } ]}should this work? or does it only one layer of linking supported if so, then I would change my approach