update not working

Question: I’m sending post request to ‘/openmrs/ws/rest/v1/receivedrugs/91ac442b-1cbc-4bec-b8e9-e3a063e45f70’.
it’s showing Request processing failed; nested exception is org.openmrs.module.webservices.rest.web.response.ObjectNotFoundException

save working fine. only update not working.

Recourse

ReceivedrugsService

ReceivedrugsServiceImpl

ReceivedrugsDao

Error Log

please help me

From the error log, it looks like you are passing a uuid of an object which does not exist.

Thanks for the reply. but uuid exist in database.