openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/CM_EXTRACT_GENERATE: post: tags: - SCM_EXTRACT_LEVEL3 operationId: /rfc/CM_EXTRACT_GENERATE 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_NOT_FOUND: type: string maxLength: 1 E_NO_AUTH: type: string maxLength: 1 '400': description: Bad request. 5XX: description: Unexpected error.