request-handler /customer "customer"
out-header default
task-param act
if-task "add"
input-param name
input-param email
...
else-task "update"
input-param id
task-param upd_type
if-task "address"
input-param address
...
else-task "phone"
input-param phone
...
end-task
...
else-task "delete"
input-param id
...
else-task other
@Unknown task.
end-task
end-request-handler
You are free to copy, redistribute and adapt this web page (even commercially), as long as you give credit and provide a link back to this page (dofollow) - see full license at
CC-BY-4.0. Copyright (c) 2019-2023 Dasoftver LLC. Vely and elephant logo are trademarks of Dasoftver LLC. The software and information on this web site are provided "AS IS" and without any warranties or guarantees of any kind.