Map response parameters
- Last Updated: January 16, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
In the REST Expose Editor, in the Output tab, you map output parameters from an ABL operation to an HTTP response.
An HTTP response consists of:
- A response status line that contains response code
- A response header that contain headers and cookies
- The response body
You can map the output of your ABL procedure, method, or function to any section of the HTTP response.