Request
Body Params application/json
{"employeeList":[{"employeeId":"0b864bc1-662e-4850-871d-92914d0b8282","name":"Dinitri"}]}
Request Code Samples
curl --location --request POST 'http://localhost:8082/rest/admin/secured/participant/save?batchId=d7cc9437-0a36-4dc9-9e0b-dcafe74cbcfc' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{"employeeList":[{"employeeId":"0b864bc1-662e-4850-871d-92914d0b8282","name":"Dinitri"}]}'
Responses
application/json Modified at 2024-03-06 02:01:11