Skip to main content
rajnis1428
October 3, 2023
Solved

How to Create more than one record with single request using Web-Api?

  • October 3, 2023
  • 10 replies
  • 0 views

I got one point in docs, i.e 

  • Using the Write Records web API template, define an API that lets you create more than one Employee with a single request.

link is - Web API Tutorial - Level II - Appian 23.3

so, please anybody help me on that, how to create or implement that?

Thanks in advance.

Best answer by stefanhelzle0001

a!writeRecords takes any number of records. This means you just have to send a list of JSON dictionaries to that API.

10 replies

stefanhelzle0001
October 3, 2023

a!writeRecords takes any number of records. This means you just have to send a list of JSON dictionaries to that API.

rajnis1428
October 3, 2023

Thanks for reply  [mention:126a676c85024855948336691b0a7b92:e9ed411860ed4f2ba0265705b8793d05], Actually same way I am trying, but in Data Base table goes single entry.

what is the issue?

stefanhelzle0001
October 3, 2023

Details! I need more details!

stackoverflow.com/.../how-to-ask