RetailCommonWebAPI.makeRequest Method [AX 2012]

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.

See Also

Reference

RetailCommonWebAPI Class