Is it possible to create a parent row (PO) with its child rows (POItems) in one web hook call? (The PO# is created with UNIQUID(), will it be written into the child rows?) I did not manage to make this work and I am wondering if it should work. Thanks
e.g. { “Action”: “Add”, “Properties”: { “Locale”: “en-US”, “Timezone”: “Israel Standard Time”
At the moment you can only add, update, or delete to a single table in each call.
You cannot add the parent record and one or more child records in the same call. You would need to make two calls. One for the parent. Another for the children.