Answered

Can you post multiple records into companies with a single rest request using an array?

  • 17 February 2023
  • 1 reply
  • 101 views

This would be an example of the json for it.

[ { "name": "test1", "company_id": "12312"}, { "name": "test2", "company_id": "12313"} ]

icon

Best answer by Joseph S. 21 February 2023, 17:05

View original

1 reply

Userlevel 1
Badge +3

As far as I know, no, not in one single request.

Reply