openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/BWNO_CHECK_UPDATE: post: tags: - BWNO operationId: /rfc/BWNO_CHECK_UPDATE requestBody: content: application/json: schema: properties: FILTEREXPRESS: type: integer format: int32 default: 3 FILTERREAD: type: integer format: int32 default: 1 TIMESTAMP: type: string maxLength: 15 description: UTC Time Stamp in Short Form (YYYYMMDDhhmmss) UNAME: type: string default: SY-UNAME maxLength: 12 description: SAP System, User Logon Name responses: '200': description: OK content: application/json: schema: properties: UPDATE: type: string maxLength: 1 description: Program running in background '400': description: Bad request. 5XX: description: Unexpected error.