openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/CRM_EMAIL_SEND_EMAIL: post: tags: - CRM_EMAIL_SERVICE_BASE operationId: /rfc/CRM_EMAIL_SEND_EMAIL requestBody: content: application/json: schema: properties: IV_COMMIT_WORK: type: string default: X maxLength: 1 IV_MAIL_DATA_XML: type: string IV_SEND_REQUEST_ID: type: string format: byte responses: '200': description: OK content: application/json: schema: properties: EV_SEND_REQUEST_ID: type: string format: byte '400': description: Bad request. 5XX: description: Unexpected error.