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 that not exist yet in
database,

i mean create the company and employees in one transaction.

i tried to set the collection in create method as parameter but when i
deploy then isis make errors,

Regards.

Reply via email to