openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/CPE_QUOTGROUP_READ_ALL_CB: post: tags: - CPE_QUOTGROUP_CB summary: CPE_C - Quotation Group - Read All from Customizing Buffer operationId: /rfc/CPE_QUOTGROUP_READ_ALL_CB requestBody: content: application/json: schema: properties: IV_LANGU: type: string default: SY-LANGU maxLength: 1 description: R/3 System, current language IV_NO_BUFFER: type: string default: ' ' maxLength: 1 description: Single-character flag IV_VALIDTO: type: string maxLength: 14 description: CPE - Valid to Time Stamp of Object required: - IV_VALIDTO responses: '200': description: OK content: application/json: schema: properties: ET_QUOTGROUP: type: array items: type: object properties: CLIENT: type: string maxLength: 3 description: Client LOGSYS: type: string maxLength: 10 description: Logical system VALIDTO: type: string maxLength: 14 description: CPE - 'Valid From' Time Stamp of Commodity Pricing Object QUOTGROUP: type: string maxLength: 5 description: Quotation Group QUOTCURR: type: string maxLength: 5 description: Currency of Quotation Group QUOTPRUN: type: integer format: int64 description: Price Unit of Quotation Group QUOTUOM: type: string maxLength: 3 description: Unit of Measure of Quotation Group ET_QUOTGROUP_T: type: array items: type: object properties: CLIENT: type: string maxLength: 3 description: Client LOGSYS: type: string maxLength: 10 description: Logical system LANGU: type: string maxLength: 1 description: Language Key QUOTGROUP: type: string maxLength: 5 description: Quotation Group GROUPTEXT: type: string maxLength: 40 description: Description '400': description: Bad request. 5XX: description: Unexpected error.