On the Data model page of the New REST Integration wizard, you can obtain REST responses for each method that you selected on the Resource methods page of the wizard. The system uses this data to generate the request and response data models for each method.
For POST and PUT methods, select the content type for the request (XML or JSON) and configure the body of the request by using the content type.
The parameter and header values are applicable only for the current instance of test execution for the method that you selected in step 2.
Once you are connected to the OAuth 2.0 service provider, click Run to view the response. The default response is displayed in XML format on the Body tab and the header information is displayed on the Headers tab.
<method> run
. For example, if you save the response for a GET method, it is named GET run
. You can click View next to the name to see the response.