gw_fct_setmincut_start - Giswater/giswater_dbmodel GitHub Wiki
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 [email protected].
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 [email protected].
{
"status": "Accepted",
"apiVersion": {
"value": "3.4.034"
},
"infoMessage": "Mincut have been done succesfully",
"visibleLayers": {},
"geometry": {
"st_astext": "{}"
},
"mincut_id": 85
}