I have 3 table,
Status -> id,status(bool)
Customer -> id,departmentId,name,address
Department Table. -> id,name
I have created Customer and Deparment API crud operation.
But i want to set status false in Satus table after that any Customer and Deptartment request call then responce staus false or not sent any request.
Thanks