openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/ALINK_DOCUMENTS_DISPLAY: post: tags: - ALINK_DISPLAY_DOCUMENT operationId: /rfc/ALINK_DOCUMENTS_DISPLAY requestBody: content: application/json: schema: properties: ARCHIV_DOC_ID: type: string maxLength: 40 description: 'SAP ArchiveLink: Document ID' ARCHIV_ID: type: string maxLength: 2 description: Content Repository Identification DIALOGBOX: type: string maxLength: 1 DOCUMENT_CLASS: type: string maxLength: 20 description: 'SAP ArchiveLink: Document Class' DOCUMENT_TYPE: type: string maxLength: 10 description: Document Type GUID: type: string maxLength: 22 GUIDTOUSE: type: string maxLength: 1 OBJECT_ID: type: string maxLength: 50 description: 'SAP ArchiveLink: Object ID (Object Identifier)' OBJECT_TYPE: type: string maxLength: 10 description: 'SAP ArchiveLink: Object type of business object' WINDOW_ID: type: string maxLength: 10 description: Window_ID (of known display window) WINDOW_TITLE: type: string maxLength: 40 description: SAP ArchiveLink Window_Title (title of window) responses: '200': description: OK '400': description: Bad request. 5XX: description: Unexpected error.