openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/ARCHIV_START_TASK: post: tags: - OPTL operationId: /rfc/ARCHIV_START_TASK requestBody: content: application/json: schema: properties: INT_CONN: type: object properties: MANDT: type: string maxLength: 3 description: Client SAP_OBJECT: type: string maxLength: 10 description: 'SAP ArchiveLink: Object type of business object' OBJECT_ID: type: string maxLength: 50 description: 'SAP ArchiveLink: Object ID (object identifier)' ARCHIV_ID: type: string maxLength: 2 description: Content Repository Identification ARC_DOC_ID: type: string maxLength: 40 description: 'SAP ArchiveLink: Document ID' AR_OBJECT: type: string maxLength: 10 description: Document type AR_DATE: type: string format: date description: 'SAP ArchiveLink: Storage date' DEL_DATE: type: string format: date description: Expiry Date RESERVE: type: string maxLength: 27 description: 'SAP ArchiveLink: Reserved for future application' required: - INT_CONN responses: '200': description: OK '400': description: Bad request. 5XX: description: Unexpected error.