Hey everyone! I've implemented a restlet to create a Customer record with addresses, contacts and the contact addresses.
However I'm having some issues when creating the contact addresses. I've noticed that both the customer and the contacts sublists for Address have the same key. So it ends up adding all the addresses to the customer.
Anyone knows if there's a way to specify which sublist I'm trying to insert into? Or some sort of sub-sublist?