I have a basic post operation that works on a single object of RecordIem. What I would like to do is do the same action but in bulk by posting an array of reque
RecordIem
It's important that your json contains the request parameter name. A other note: you have to post it as an array.
request
Your json would look like this:
{ "request": [ { "Id": "...", "System": 1, ... }, { ... } ] }