openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/CRM_PRT_GET_MULTI_WIN_SWITCH: post: tags: - CRM_PRT_URL_RUNTIME operationId: /rfc/CRM_PRT_GET_MULTI_WIN_SWITCH responses: '200': description: OK content: application/json: schema: properties: EX_MULTI_WIN_SWITCH: type: string maxLength: 1 description: The Multi-Window Switch '400': description: Bad request. 5XX: description: Unexpected error.