%AppService_HTTP_PUT function

Description

Returns the string value of the HTTP PUT method.

Example

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