For each custom service endpoint, you associate HTTP verbs with operation handlers. You can set up operation handlers for all HTTP verbs that are supported by the WEB transport. These include:
GET
PUT
POST
DELETE
HEAD
OPTIONS
TRACE
PATCH
Specify each verb that you want to use as a JSON object under the service endpoint in the mapping file. For example:
The file and void operation handlers are simple key-value pairs whereas the entity handler is a JSON object. This is because the entity handler requires further information (such as the ABL class or procedure name, the method that will be invoked, etc).