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.
Performs HTTP request using the GET method.
Syntax
public RetailWebResponse makeRequest(str _requestUrl)
Run On
Called
Parameters
- _requestUrl
Type: str
The URL of the end-point to issue the request to
Return Value
Type: RetailWebResponse Class
Returns instance of the RetailWebResponse class with results of the HTTP request, such as HTTP status code and raw response data.