Hi there, is it possible to create two records in one web service call against an OData web service in NAV?
I would like to create more than one customer in one call, but I am not sure about the correct JSON structure to create both at the same time.
If one client is:
{ "Name":"Customer1"}
Two clients should be something like:
[{ "Name":"Customer1"},{"Name":"Customer2"}]
but the above is not working and I am not sure the correct format.
Could you help?
Regards,
Carlos
*This post is locked for comments