openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/ACL_OBJ_TYPES_GET: post: tags: - ACL_OBJECT_TYPES operationId: /rfc/ACL_OBJ_TYPES_GET requestBody: content: application/json: schema: properties: OBJECT_TYPES: type: array items: type: object properties: OBJ_TYPE: type: string maxLength: 32 description: 'ACL: Object Type' responses: '200': description: OK content: application/json: schema: properties: ERROR: type: object properties: ID: type: string maxLength: 20 description: Message Class TYPE: type: string maxLength: 1 description: Message Type 'NO': type: integer format: int64 description: Message Number V1: type: string maxLength: 50 description: Message Variable V2: type: string maxLength: 50 description: Message Variable V3: type: string maxLength: 50 description: Message Variable V4: type: string maxLength: 50 description: Message Variable OBJECT_TYPES: type: array items: type: object properties: OBJ_TYPE: type: string maxLength: 32 description: 'ACL: Object Type' '400': description: Bad request. 5XX: description: Unexpected error.