openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/DB6_PLAN_CLEANUP: post: tags: - SDB6PLAN summary: 'DB6: Cleanup of Planning Calendar' operationId: /rfc/DB6_PLAN_CLEANUP requestBody: content: application/json: schema: properties: SYSID: type: string maxLength: 8 description: Name of SAP R/3 System required: - SYSID responses: '200': description: OK '400': description: Bad request. 5XX: description: Unexpected error.