Great, I am passing values from the request body
{
"PERS_ID":"0000000000",
"FIRSTNAME":"test from service",
"LASTNAME":"Test from Service",
"E_MAIL":"testfromservice@gmail.com"
}
I want to insert that values in Person Table expect PERS_ID. PERS_ID I am generating in exit which need to be inserted along with other values which are in request body.