openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/CRM_DELETE_FAVORITES_PORTAL: post: tags: - CRM_PRODUCT_GET_FAVORITES operationId: /rfc/CRM_DELETE_FAVORITES_PORTAL requestBody: content: application/json: schema: properties: IV_LOGSYS: type: string default: ' ' maxLength: 10 description: Logical System IV_OBJKEY: type: string maxLength: 70 description: Object Key IV_OBJTYPE: type: string maxLength: 10 description: Object Type IV_PARENT_NODE: type: string default: ' ' maxLength: 10 IV_UNAME: type: string default: SY-UNAME maxLength: 12 description: User Name required: - IV_OBJKEY responses: '200': description: OK '400': description: Bad request. 5XX: description: Unexpected error.