Skip to content
This repository was archived by the owner on May 12, 2026. It is now read-only.

gw_fct_pg2epa_check_options

Edgar Fuste edited this page Nov 2, 2021 · 1 revision

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"
}

Clone this wiki locally