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