openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/CRS_TBE31_DELETE: post: tags: - CRMR operationId: /rfc/CRS_TBE31_DELETE requestBody: content: application/json: schema: properties: TI_CRMEVOBJ: type: array items: type: object properties: EVENT: type: string maxLength: 8 description: Event for export of business data OBJECT: type: string maxLength: 15 description: Object Class FUNCT: type: string maxLength: 30 description: Application Module (Developed by SAP) APPLK: type: string maxLength: 6 description: Event Application responses: '200': description: OK content: application/json: schema: properties: TI_CRMEVOBJ: type: array items: type: object properties: EVENT: type: string maxLength: 8 description: Event for export of business data OBJECT: type: string maxLength: 15 description: Object Class FUNCT: type: string maxLength: 30 description: Application Module (Developed by SAP) APPLK: type: string maxLength: 6 description: Event Application '400': description: Bad request. 5XX: description: Unexpected error.