openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/CRM_GENIL_SAVE: post: tags: - CRM_GENIL_RFCL operationId: /rfc/CRM_GENIL_SAVE requestBody: content: application/json: schema: properties: ET_FAILED_OBJ: type: array items: type: object properties: OBJECT_NAME: type: string maxLength: 30 description: External Name of Object OBJECT_ID: type: string format: byte description: Object GUID in Generic Interaction Layer ID_IS_HANDLE: type: string maxLength: 1 description: 'Logical Variable enumValues: ""=Incorrect,X=True' enum: - '' - X IT_OBJECT_LIST: type: array items: type: object properties: OBJECT_NAME: type: string maxLength: 30 description: External Name of Object OBJECT_ID: type: string format: byte description: Object GUID in Generic Interaction Layer ID_IS_HANDLE: type: string maxLength: 1 description: 'Logical Variable enumValues: ""=Incorrect,X=True' enum: - '' - X responses: '200': description: OK content: application/json: schema: properties: ET_FAILED_OBJ: type: array items: type: object properties: OBJECT_NAME: type: string maxLength: 30 description: External Name of Object OBJECT_ID: type: string format: byte description: Object GUID in Generic Interaction Layer ID_IS_HANDLE: type: string maxLength: 1 description: 'Logical Variable enumValues: ""=Incorrect,X=True' enum: - '' - X IT_OBJECT_LIST: type: array items: type: object properties: OBJECT_NAME: type: string maxLength: 30 description: External Name of Object OBJECT_ID: type: string format: byte description: Object GUID in Generic Interaction Layer ID_IS_HANDLE: type: string maxLength: 1 description: 'Logical Variable enumValues: ""=Incorrect,X=True' enum: - '' - X '400': description: Bad request. 5XX: description: Unexpected error.