Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Version: Available or changed with runtime version 15.0.
Gets the HTTP method type.
Syntax
RequestType := TestHttpRequestMessage.RequestType()
Note
This method can be invoked using property access syntax.
Parameters
TestHttpRequestMessage
Type: TestHttpRequestMessage
An instance of the TestHttpRequestMessage data type.
Return Value
RequestType
Type: HttpRequestType
The HTTP method type of the request. Defaults to HttpRequestType.Unknown.
Related information
TestHttpRequestMessage data type
Getting started with AL
Developing extensions