openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/CM_EXTRACT_ADMIN_DATA: post: tags: - SCM_EXTRACT_LEVEL3 operationId: /rfc/CM_EXTRACT_ADMIN_DATA requestBody: content: application/json: schema: properties: I_REPORT: type: string maxLength: 40 I_SELVAR: type: string maxLength: 14 I_USPEC: type: string maxLength: 1 required: - I_REPORT - I_SELVAR - I_USPEC responses: '200': description: OK content: application/json: schema: properties: E_CUT_OFF: type: string maxLength: 1 E_DATE: type: string maxLength: 20 E_ERROR_CODE: type: string maxLength: 1 E_LINES: type: string maxLength: 10 E_SHUFFLER: type: string maxLength: 4 E_TIME: type: string maxLength: 20 '400': description: Bad request. 5XX: description: Unexpected error.