%AppService_HTTP_DELETE function
Description
Returns the string value of the HTTP DELETE method.
Example
If %This.ServiceAPI.HttpMethod = %AppService_HTTP_DELETE then
/* perform the DELETE method logic */
End-If;
Description
Returns the string value of the HTTP DELETE method.
Example
If %This.ServiceAPI.HttpMethod = %AppService_HTTP_DELETE then
/* perform the DELETE method logic */
End-If;