openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/ALINK_CALL_TRANSACTION: post: tags: - ALINK_DISPLAY_DOCUMENT operationId: /rfc/ALINK_CALL_TRANSACTION requestBody: content: application/json: schema: properties: TRANSACTIONNAME: type: string maxLength: 70 description: Transaction WAY: type: string maxLength: 1 description: 'SAP ArchiveLink: Status field' required: - TRANSACTIONNAME responses: '200': description: OK '400': description: Bad request. 5XX: description: Unexpected error.