Click on the create script button
Update the generated script (keep only one between get | post | put | delete | conf | exe).
get: script access with GET methode in REST API
post: script access with POST methode in REST API
put: script access with PUT methode in REST API
delete: script access with DELETE methode in REST API
conf: for Website configuration page (generated)
exe: for all other script (business process - synchronous | asynchronous)
script create exe "folder.folder.your_script_name" false 1 (param (var "[v1]" {true} "description ..." is_null:true is_empty:true "10") (var "[v2]" {type is_double [v2]} "description ..." is_null:true is_empty:true "20") ) "addition ..." { + [v1] [v2]; } "Return ...";