gw_fct_pg2epa_check_options - Giswater/giswater_dbmodel GitHub Wiki


Description

Function to check user options before inp file creation related to given result_id

Input example

SELECT gw_fct_pg2epa_check_options($${
"client":{"device":4, "infoType":1, "lang":"ES"}, 
"form":{}, "feature":{}, 
"data":{"parameters":{"resultId":"gw_check_project","fid":227}}}$$);

Output example

{
  "status": "accepted"
}