Hi, i would like to know if it is possible to create multiple records in one request to the same module ?
Thanks in advance
Thanks in advance


[
{"accountName": "Test"},
{"accountName": "Test2"},
{"accountName": "Test3"}
]
[
{"accountName": "Test"},
{"accountName": "Test2"},
{"accountName": "Test3"}
]
Comment