openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/CRM_IC_REMOVE_DRAFT_AND_COMMIT: post: tags: - CRM_IC_AC_EMAIL_DRAFT summary: Removes links to deleted draft emails, faxes and executes commit operationId: /rfc/CRM_IC_REMOVE_DRAFT_AND_COMMIT requestBody: content: application/json: schema: properties: IV_DRAFT_KEY: type: string maxLength: 70 description: Object key IV_DRAFT_TYPE: type: string maxLength: 10 description: Object Type required: - IV_DRAFT_KEY - IV_DRAFT_TYPE responses: '200': description: OK '400': description: Bad request. 5XX: description: Unexpected error.