RetailCommonWebAPI.makeDeleteRequest Method [AX 2012]
Performs HTTP request using the DELETE method.
public RetailWebResponse makeDeleteRequest(str _requestUrl)
Run On
CalledParameters
- _requestUrl
- Type: str
The URL of the end-point to issue the request to
Return Value
Type: RetailWebResponse ClassReturns instance of the RetailWebResponse class with results of the HTTP request, such as HTTP status code and raw response data.
Community Additions
ADD
Show: