HttpMethod property: ServiceAPI class
Description
Use the HttpMethod property to return the HTTP method that was invoked for the transaction.
Example
If %This.ServiceAPI.HttpMethod = %AppService_HTTP_GET then
/* process a GET request */
End-If;
Description
Use the HttpMethod property to return the HTTP method that was invoked for the transaction.
Example
If %This.ServiceAPI.HttpMethod = %AppService_HTTP_GET then
/* process a GET request */
End-If;