openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/ARCHIV_CONNECTION_INSERT: post: tags: - OPTB operationId: /rfc/ARCHIV_CONNECTION_INSERT requestBody: content: application/json: schema: properties: ARCHIV_ID: type: string maxLength: 2 ARC_DOC_ID: type: string maxLength: 40 AR_DATE: type: string format: date default: SPACE AR_OBJECT: type: string maxLength: 10 description: Object type to be archived BARCODE: type: string default: ' ' maxLength: 40 description: Bar Code DEL_DATE: type: string format: date default: SPACE DOC_TYPE: type: string default: ' ' maxLength: 20 description: Calling application MANDANT: type: string default: ' ' maxLength: 3 OBJECT_ID: type: string maxLength: 50 description: Unique object key of application SAP_OBJECT: type: string maxLength: 10 description: Calling application required: - ARC_DOC_ID - AR_OBJECT - OBJECT_ID - SAP_OBJECT responses: '200': description: OK '400': description: Bad request. 5XX: description: Unexpected error.