openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/CRM_IC_JS_RFC_RELEASE_INSTANCE: post: tags: - CRM_IC_JSERVER summary: get handle to java object operationId: /rfc/CRM_IC_JS_RFC_RELEASE_INSTANCE requestBody: content: application/json: schema: properties: PARAM_OBJECT_HANDLE: type: string PARAM_SESSIONID: type: string USERNAME: type: string required: - PARAM_OBJECT_HANDLE responses: '200': description: OK content: application/json: schema: properties: EXCEPTION_INFO: type: object properties: TYPE: type: string description: '' ID: type: string description: '' DESCR: type: string description: '' MWTYPE: type: string description: '' INTERNALID: type: string description: '' RC: type: integer format: int32 description: Return Value of ABAP Statements CODE: type: integer format: int32 description: '' INFO1: type: string description: '' INFO2: type: string description: '' INFO3: type: string description: '' '400': description: Bad request. 5XX: description: Unexpected error.