openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/BCOM_RS_SEARCHTABLE_GET_LIST_T: post: tags: - BCOM_RS_RFC operationId: /rfc/BCOM_RS_SEARCHTABLE_GET_LIST_T requestBody: content: application/json: schema: properties: SEARCHTABLE_LIST: type: array items: type: object properties: SKID: type: string maxLength: 32 description: 'Routing: Search Key ID' ATTID: type: string maxLength: 32 description: 'Routing: Attribute ID' 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 SEARCHTABLE_LIST: type: array items: type: object properties: SKID: type: string maxLength: 32 description: 'Routing: Search Key ID' ATTID: type: string maxLength: 32 description: 'Routing: Attribute ID' '400': description: Bad request. 5XX: description: Unexpected error.