openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/DB02N_CONVERT_MONI_DB2: post: tags: - S_DB02N_DB2 operationId: /rfc/DB02N_CONVERT_MONI_DB2 requestBody: content: application/json: schema: properties: CONVERT_TO_VERSION: type: string maxLength: 16 description: Character String - 16 User-Defined Characters DATE: type: string format: date description: Current Date of Application Server TIME: type: string maxLength: 6 description: Current Time of Application Server responses: '200': description: OK '400': description: Bad request. 5XX: description: Unexpected error.