Can you post multiple records into companies with a single rest request using an array? | Community
Skip to main content
Answered

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

  • February 17, 2023
  • 1 reply
  • 143 views

This would be an example of the json for it.

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

Best answer by Joseph S.

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

1 reply

Joseph S.
Expert User ✨
Forum|alt.badge.img+6
  • Expert User ✨
  • 110 replies
  • Answer
  • February 21, 2023

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