%AppService_HTTP_PATCH function

Description

Returns the string value of the HTTP PATCH method.

Example

If %This.ServiceAPI.HttpMethod = %AppService_HTTP_PATCH then
/* perform the PATCH method logic */
End-If;