Re: Persist Parent and childrens

2016-07-18 Thread Jeroen van der Wal
Hi Andres, welcome to this list! The default REST implementation is following the Restful Objects specification [1] and does not support collections as action parameters. The workaround is to merge the collection in a single string and then parse it server-side. HTH PS Collections as parameters

Persist Parent and childrens

2016-07-15 Thread AndresS FTW
Hi dan. How i can pesist whit rest api a entity than contains a collections of entitities for example: i have a entity name Entity named "Company" and other named "Employee" i need to call the createCompany(domainService) rest api and send the company and inside it a collection of employees