The image shows the following example lines of code:

{
    //Serialize the form request to JSON String
    JSONObject jsonObject = {JSONObject}JSONBeanSerializationHelper.toJSON(formRequest);
    String postData - jsonObject.toString();

    //Call to JDERestServiceProvider with parameters JSON string
    String response = JDERestServiceProvider.jdeRestServiceCall(postData, JDERestServiceProvider.POST, JDERestServiceProvider.FORM_SERVICE_

    //deserialize the response to