...
Code Block | ||
---|---|---|
| ||
$ curl -XPOST /_forms -d '{ "forms": [{ "type": "addresses", "config": { ... } "data": { "title": "My new address", "link" : { "type": "company", "id": 100 }, ... } },{ "type": "contacts", "fieldsdata": { "firstname": "Kurt", ... } }] }'; |
...