This documentation is archived and is not being maintained.
RetailWebResponse.new Method [AX 2012]
Generates a new web response.
public void new(
int _httpStatus,
[str _data,
str _contentType])
Run On
Called
Parameters
-
_httpStatus
- Type: int
The value of httpStatus parameter.
-
_data
- Type: str
String value for data.
-
_contentType
- Type: str
String value for type of content.