openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/CPE_PRCQUOT_SIM_UPDATE_DU: post: tags: - CPE_PRCQUOT_SIM_DU summary: CPE_M - Price Quot. Simulation - Update DB operationId: /rfc/CPE_PRCQUOT_SIM_UPDATE_DU requestBody: content: application/json: schema: properties: IT_PRCQUOT_SIM_DEL: type: array items: type: object properties: CLIENT: type: string maxLength: 3 description: Client QUOTSRC: type: string maxLength: 2 description: Quotation Source QUOTTYPE: type: string maxLength: 5 description: Quotation Type QUOTNAME: type: string maxLength: 18 description: Quotation Name QUOTDATE: type: string format: date description: Date of Price Quotation QUOTTIME: type: string maxLength: 6 description: Time of Price Quotation VALIDTO: type: string maxLength: 14 description: CPE - 'Valid To' Time Stamp of Commodity Pricing Object PRICEQUOT: type: integer format: int64 description: Price Quotation QUOTCURR: type: string maxLength: 5 description: Quotation Currency QUOTPRUN: type: integer format: int64 description: Price Unit of Quotation QUOTUOM: type: string maxLength: 3 description: Unit of Measure of Quotation NOQUOT: type: string maxLength: 1 description: No Quotation Available LOGSYS: type: string maxLength: 10 description: Logical Source System for Price Quotation SRCSYSTEMTYPE: type: string maxLength: 4 description: CPE - Source System Type ARCSTATUS: type: string maxLength: 1 description: Archiving Status IT_PRCQUOT_SIM_INS: type: array items: type: object properties: CLIENT: type: string maxLength: 3 description: Client QUOTSRC: type: string maxLength: 2 description: Quotation Source QUOTTYPE: type: string maxLength: 5 description: Quotation Type QUOTNAME: type: string maxLength: 18 description: Quotation Name QUOTDATE: type: string format: date description: Date of Price Quotation QUOTTIME: type: string maxLength: 6 description: Time of Price Quotation VALIDTO: type: string maxLength: 14 description: CPE - 'Valid To' Time Stamp of Commodity Pricing Object PRICEQUOT: type: integer format: int64 description: Price Quotation QUOTCURR: type: string maxLength: 5 description: Quotation Currency QUOTPRUN: type: integer format: int64 description: Price Unit of Quotation QUOTUOM: type: string maxLength: 3 description: Unit of Measure of Quotation NOQUOT: type: string maxLength: 1 description: No Quotation Available LOGSYS: type: string maxLength: 10 description: Logical Source System for Price Quotation SRCSYSTEMTYPE: type: string maxLength: 4 description: CPE - Source System Type ARCSTATUS: type: string maxLength: 1 description: Archiving Status IT_PRCQUOT_SIM_UPD: type: array items: type: object properties: CLIENT: type: string maxLength: 3 description: Client QUOTSRC: type: string maxLength: 2 description: Quotation Source QUOTTYPE: type: string maxLength: 5 description: Quotation Type QUOTNAME: type: string maxLength: 18 description: Quotation Name QUOTDATE: type: string format: date description: Date of Price Quotation QUOTTIME: type: string maxLength: 6 description: Time of Price Quotation VALIDTO: type: string maxLength: 14 description: CPE - 'Valid To' Time Stamp of Commodity Pricing Object PRICEQUOT: type: integer format: int64 description: Price Quotation QUOTCURR: type: string maxLength: 5 description: Quotation Currency QUOTPRUN: type: integer format: int64 description: Price Unit of Quotation QUOTUOM: type: string maxLength: 3 description: Unit of Measure of Quotation NOQUOT: type: string maxLength: 1 description: No Quotation Available LOGSYS: type: string maxLength: 10 description: Logical Source System for Price Quotation SRCSYSTEMTYPE: type: string maxLength: 4 description: CPE - Source System Type ARCSTATUS: type: string maxLength: 1 description: Archiving Status responses: '200': description: OK '400': description: Bad request. 5XX: description: Unexpected error.