Hi there,
How do I create the relationship to a record from another table in a post request?
I am creating a record with data from a registered customer device with a post request to the "Installed Base" custom module.
The Accounts module has a one-to-many relation with the "Installed Base" module.
The following body creates a new record in the Installed Base table, but does not create a relation to the Accounts record.
I thought it would be enough to pass the account ID in the request.
How do I manage to create a relation? Anyone have a tip?
Thanks!
Steffen