openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/ARCHIV_CREATE_TABLE_MULT: post: tags: - OPTD operationId: /rfc/ARCHIV_CREATE_TABLE_MULT requestBody: content: application/json: schema: properties: DEL_DATE: type: string format: date description: Delete Date DOCUMENT: type: string format: byte description: Delete Date DOC_TYPE: type: string maxLength: 20 description: Delete Date FLENGTH: type: integer format: int64 description: Delete Date MANDT: type: string default: SY-MANDT maxLength: 3 description: Delete Date ARCHIVOBJECT: type: array items: type: object properties: LINES: type: string maxLength: 1024 description: Character 1024 ARC_I_TAB: type: array items: type: object properties: FUNCTION: type: string maxLength: 4 description: SAP ArchiveLink name of function to be called MANDANT: type: string maxLength: 3 description: Client DEL_DATE: type: string format: date description: Expiry Date SAP_OBJECT: type: string maxLength: 10 description: 'SAP ArchiveLink: Object type of business object' AR_OBJECT: type: string maxLength: 10 description: 'SAP ArchiveLink: Object type' OBJECT_ID: type: string maxLength: 50 description: 'SAP ArchiveLink: Object ID (object identifier)' FORM_ID: type: string maxLength: 40 description: 'SAP ArchiveLink: Document ID' FORMARCHIV: type: string maxLength: 2 description: 'SAP ArchiveLink: Target storage system' RESERVE: type: string maxLength: 27 description: 'SAP ArchiveLink: Reserved for future application' NOTIZ: type: string maxLength: 256 description: SAP ArchiveLink domain CHARACTER 256 BINARCHIVOBJECT: type: array items: type: object properties: LINE: type: string format: byte description: 'Table analysis: For external table data up to length 1024' responses: '200': description: OK content: application/json: schema: properties: ARCHIVOBJECT: type: array items: type: object properties: LINES: type: string maxLength: 1024 description: Character 1024 ARC_I_TAB: type: array items: type: object properties: FUNCTION: type: string maxLength: 4 description: SAP ArchiveLink name of function to be called MANDANT: type: string maxLength: 3 description: Client DEL_DATE: type: string format: date description: Expiry Date SAP_OBJECT: type: string maxLength: 10 description: 'SAP ArchiveLink: Object type of business object' AR_OBJECT: type: string maxLength: 10 description: 'SAP ArchiveLink: Object type' OBJECT_ID: type: string maxLength: 50 description: 'SAP ArchiveLink: Object ID (object identifier)' FORM_ID: type: string maxLength: 40 description: 'SAP ArchiveLink: Document ID' FORMARCHIV: type: string maxLength: 2 description: 'SAP ArchiveLink: Target storage system' RESERVE: type: string maxLength: 27 description: 'SAP ArchiveLink: Reserved for future application' NOTIZ: type: string maxLength: 256 description: SAP ArchiveLink domain CHARACTER 256 BINARCHIVOBJECT: type: array items: type: object properties: LINE: type: string format: byte description: 'Table analysis: For external table data up to length 1024' '400': description: Bad request. 5XX: description: Unexpected error.