openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/CPE_TERM_READ_CB: post: tags: - CPE_TERM_CB summary: CPE_C - Term - Read Customizing Buffer operationId: /rfc/CPE_TERM_READ_CB requestBody: content: application/json: schema: properties: IV_COND_TYPE: type: string maxLength: 4 description: Condition type IV_LANGU: type: string default: SY-LANGU maxLength: 1 description: R/3 System, current language IV_LOGSYS: type: string maxLength: 10 description: Logical system IV_NO_BUFFER: type: string default: ' ' maxLength: 1 description: Single-character flag IV_TERMID: type: string maxLength: 10 description: CPE Term - Key IV_VALIDTO: type: string maxLength: 14 description: CPE - Valid to Time Stamp of Object required: - IV_COND_TYPE - IV_LOGSYS - IV_TERMID - IV_VALIDTO responses: '200': description: OK content: application/json: schema: properties: ES_TERM: type: object properties: CLIENT: type: string maxLength: 3 description: Client LOGSYS: type: string maxLength: 10 description: Logical system TERMID: type: string maxLength: 10 description: CPE Term - Key COND_TYPE: type: string maxLength: 4 description: 'CPE: Condition Type for Commodity Pricing' VALIDTO: type: string maxLength: 14 description: CPE - 'Valid From' Time Stamp of Commodity Pricing Object TERMTYPE: type: integer format: int64 description: CPE Term - Term Calculation Type TERMRULE: type: string maxLength: 5 description: CPE Term - Term Rule QUOTSRC: type: string maxLength: 2 description: Quotation Source QUOTTYPE: type: string maxLength: 5 description: Quotation Type QUOTNAME: type: string maxLength: 18 description: Quotation Name QUOTGROUP: type: string maxLength: 5 description: Quotation Group REFDOCCAT: type: integer format: int64 description: 'CPE Term - Reference Document Category enumValues: 020=Commodity Coverage,007=Credit Memo Request,009=Invoice,019=Purchase Contract,015=Credit Memo Cancellation,018=Purchase Order,017=Returns Delivery for Order,001=Inquiry,013=Credit Memo,012=Intercompany Credit Memo,002=Quotation,006=Returns,014=Debit Memo,011=Intercompany Invoice,021=Opportunity,010=Invoice Cancellation,004=Contract,016=Goods Movement,003=Sales Order,005=Master Contract,008=Debit Memo Request' enum: - '020' - '007' - '009' - '019' - '015' - '018' - '017' - '001' - '013' - '012' - '002' - '006' - '014' - '011' - '021' - '010' - '004' - '016' - '003' - '005' - '008' REFDOC: type: string maxLength: 10 description: CPE Term - Reference Document Number REFITEM: type: string maxLength: 10 description: CPE Term - Reference Document Item Number REFGUID: type: string format: byte description: CPE Term - GUID of Reference Document Item REFCOND: type: string maxLength: 4 description: CPE Term - Reference Condition Type FIXTERMRATE: type: integer format: int64 description: CPE Term - Fixed Rate FIXTERMCURR: type: string maxLength: 5 description: CPE - Currency for Fixed Value FIXTERMPRUN: type: integer format: int64 description: CPE - Price Unit of Fixed Rate FIXTERMUOM: type: string maxLength: 3 description: CPE - Unit of Measure of Fixed Rate USERVAL1: type: integer format: int64 description: CPE Term - Freely Usable Field USERUOM1: type: string maxLength: 3 description: CPE Term - Freely Usable Unit of Measure Field EV_TERMTEXT: type: string maxLength: 40 description: Description '400': description: Bad request. 5XX: description: Unexpected error.