openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/BCOM_RS_SCENARIO_GET_LIST: post: tags: - BCOM_IR_ROUTER operationId: /rfc/BCOM_RS_SCENARIO_GET_LIST requestBody: content: application/json: schema: properties: SCENARIO_LIST: type: array items: type: object properties: SCNID: type: string maxLength: 32 description: Routing Scenario ID DESCRIPT: type: string maxLength: 50 description: 'SAPphone: Description' responses: '200': description: OK content: application/json: schema: properties: ERR_TEXT: type: string maxLength: 80 description: Unformatted text (information only) RETURNCODE: type: string maxLength: 4 description: 'SAPphone: Return code' SYSTEM_RC_X: type: string maxLength: 10 description: Return code from external software SCENARIO_LIST: type: array items: type: object properties: SCNID: type: string maxLength: 32 description: Routing Scenario ID DESCRIPT: type: string maxLength: 50 description: 'SAPphone: Description' '400': description: Bad request. 5XX: description: Unexpected error.