Project

General

Profile

Activity #2901

Updated by Thara S Pillai about 2 years ago

Return all active records 
 Handle exceptions and update error information keys 

 "data": [ 
         { 
             "pltf_id": 1, 
             "pltf_name": "Buoy 1", 
             "pltf_type_id": "1", 
             "pltf_type_name": "BUOY",             
             "active": "Y" 
         }, 
         { 
             "pltf_id": 2, 
             "pltf_name": "Buoy 2", 
             "pltf_type_id": "1", 
             "pltf_type_name": "BUOY",             
             "active": "Y" 
         }, 
         { 
             "pltf_id": 3, 
             "pltf_name": "Sagardhwani", 
             "pltf_type_id": "2", 
             "pltf_type_name": "SHIP",             
             "active": "Y" 
         } 
     ], 
    "lookup_data": { 
         "plat_types": [ 
             { "pltf_type_id": "1", "pltf_type_name": "BUOY" }, 
             { "pltf_type_id": "2", "pltf_type_name": "SHIP" } 
         ] 
     }, 
     "opstatus": { 
         "status": "success", 
         "errorCode": "", 
         "errorMessage": "", 
         "timestamp": "", 
         "source": "", 
         "traceId": "", 
         "logLevel": "INFO" 
     } 
 };

Back