
I have ceated a custom table and requirement is that i have to insert record in table through custom service and it's working fine but when i'm trying to insert using postman then also it is working fine for all other fields except one which is of enum type:
Hi Megha kumari,
Instead of NoYesId try using NoYes Enum in the parm method and check.
Thanks,
Girish S.