Today, we need to provide the primary key name explicitly when performing a point operation through REST APIs.
e.g. /data-api/api/Books/id/5.
We need to add support for being able to perform the same point operation without specifying the primary key in the route .i.e. /data-api/api/Books/5 should mean operation on the id=5
Today, we need to provide the primary key name explicitly when performing a point operation through REST APIs.
e.g.
/data-api/api/Books/id/5.We need to add support for being able to perform the same point operation without specifying the primary key in the route .i.e.
/data-api/api/Books/5should mean operation on the id=5