You are not logged in.
Pages: 1
I am passing this parameter : [{"id":8,"name":"aaaa"}, {"id":9,"name":"bbbb"}]
, but is only recorded the first record, how to record all.
URL : http://localhost:888/root/person
POST
CONTENT TYPE : application/json - [{"id":8,"name":"Chaves"}, {"id":9,"name":"Super"}]
I'm using httprequester to do my tests
Offline
For multiple insert, you need to use a BATCH, not a single POST.
Offline
Pages: 1