openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/CAF_EU_GP_MANAGER: post: tags: - CAF_EU_GP operationId: /rfc/CAF_EU_GP_MANAGER requestBody: content: application/json: schema: properties: MANAGERS_TAB: type: array items: type: object properties: MAN_ID: type: string maxLength: 45 description: Extended Object ID PERS_ID: type: string maxLength: 45 description: ID of Related Object PERSONS_TAB: type: array items: type: object properties: PLVAR: type: string maxLength: 2 description: Plan Version OTYPE: type: string maxLength: 2 description: Object Type SOBID: type: string maxLength: 45 description: ID of Related Object responses: '200': description: OK content: application/json: schema: properties: MANAGERS_TAB: type: array items: type: object properties: MAN_ID: type: string maxLength: 45 description: Extended Object ID PERS_ID: type: string maxLength: 45 description: ID of Related Object PERSONS_TAB: type: array items: type: object properties: PLVAR: type: string maxLength: 2 description: Plan Version OTYPE: type: string maxLength: 2 description: Object Type SOBID: type: string maxLength: 45 description: ID of Related Object '400': description: Bad request. 5XX: description: Unexpected error.