openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/CPE_BLOCKING_READ_ALL_CB: post: tags: - CPE_BLOCKING_CB summary: CPE_C - Billing Block - Read All from Customizing Buffer operationId: /rfc/CPE_BLOCKING_READ_ALL_CB requestBody: content: application/json: schema: properties: IV_LANGU: type: string default: SY-LANGU maxLength: 1 description: Language Key IV_NO_BUFFER: type: string default: ' ' maxLength: 1 description: Single-character flag responses: '200': description: OK content: application/json: schema: properties: ET_BLOCKING: type: array items: type: object properties: CLIENT: type: string maxLength: 3 description: Client BILLING_BLOCK: type: string maxLength: 2 description: 'CPE Caller - Billing: Blocking Reason for Document Items' ET_BLOCKING_T: type: array items: type: object properties: CLIENT: type: string maxLength: 3 description: Client LANGU: type: string maxLength: 1 description: Language Key BILLING_BLOCK: type: string maxLength: 2 description: 'CPE Caller - Billing: Blocking Reason for Document Items' BLOCKTEXT: type: string maxLength: 40 description: Description '400': description: Bad request. 5XX: description: Unexpected error.