Hi @Mayank_Gandhi
Please see below FDM. There is no prefill so only Write Service is enabled. Request and Response looks identical as the underlying service, persists and return same entity.
POST /employee
Request:
{
"Employee": {
"name": "easit",
"empId": 32,
...