openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/BWSO_EMS_PARAM_GET: post: tags: - BW03 operationId: /rfc/BWSO_EMS_PARAM_GET requestBody: content: application/json: schema: properties: USERNAME: type: string maxLength: 12 description: SAP System, User Logon Name required: - USERNAME responses: '200': description: OK content: application/json: schema: properties: EXTNAME: type: string maxLength: 255 description: Char255 PCPATH: type: string maxLength: 255 description: Char255 PREVHEAD: type: string maxLength: 1 description: Single-Character Flag PREVIEW: type: string maxLength: 1 description: Single-Character Flag SERVER: type: string maxLength: 255 description: Char255 STARTPC: type: string maxLength: 1 description: Single-Character Flag STARTWEB: type: string maxLength: 1 description: Single-Character Flag WEBSERVER: type: string maxLength: 255 description: Char255 '400': description: Bad request. 5XX: description: Unexpected error.