-
Notifications
You must be signed in to change notification settings - Fork 11
gw_fct_setmincut_start
edgarfuste edited this page May 31, 2022
·
2 revisions
Start current mincut and return dialog and values
SELECT gw_fct_setmincut_start($${
"client":{"device":4, "infoType":1, "lang":"ES", "cur_user":"test_user"}, "form":{},
"feature":{},
"data":{"mincut_id":78, "device":3}}$$);
Common input parameters: (client
, form
, feature
)
Specific input parameters: (data
)
We always work with names as much autodocumented as possible. If you feel some else please request it to info@giswater.org.
Common output parameters: (status
, message
, version
)
Specific output parameters: (body
)
We always work with names as much autodocumented as possible. If you feel some else please request it to info@giswater.org.
{
"status": "Accepted",
"apiVersion": {
"value": "3.4.034"
},
"infoMessage": "Mincut have been done succesfully",
"visibleLayers": {},
"geometry": {
"st_astext": "{}"
},
"mincut_id": 85
}