openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/ARCHIV_SEND: post: tags: - ARCHIVOBJECT operationId: /rfc/ARCHIV_SEND requestBody: content: application/json: schema: properties: CALL_MESSAGESTRING: type: string maxLength: 3000 description: Call message string for archive required: - CALL_MESSAGESTRING responses: '200': description: OK content: application/json: schema: properties: RETURN_MESSAGESTRING: type: string maxLength: 3000 description: Return message string for archive '400': description: Bad request. 5XX: description: Unexpected error.