openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/CRS_INFO_SYSTEM_F4: post: tags: - CRM0 operationId: /rfc/CRS_INFO_SYSTEM_F4 requestBody: content: application/json: schema: properties: I_ENCLOSING_OBJECT: type: string maxLength: 30 I_OBJECT_NAME: type: string maxLength: 30 I_OBJECT_TYPE: type: string maxLength: 15 required: - I_OBJECT_TYPE responses: '200': description: OK content: application/json: schema: properties: E_OBJECT_NAME: type: string maxLength: 30 '400': description: Bad request. 5XX: description: Unexpected error.