openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/COM_PRID_TO_CRM_CONVERT_RFC: post: tags: - COM_PR_CONVERSION operationId: /rfc/COM_PRID_TO_CRM_CONVERT_RFC requestBody: content: application/json: schema: properties: IV_CONSIDER_MAPPING_TABLE: type: string default: X maxLength: 1 IV_EXISTENCE_CHECK: type: string default: ' ' maxLength: 1 IV_INTERNAL_MATNR: type: string default: X maxLength: 1 IV_LOGSYS_OLTP: type: string maxLength: 10 IV_OBJECT_FAMILY: type: string default: ' ' maxLength: 4 description: Object Family IV_PRODUCT_ID_OLTP: type: string maxLength: 40 IV_PRODUCT_TYPE_OLTP: type: string maxLength: 2 required: - IV_LOGSYS_OLTP - IV_PRODUCT_ID_OLTP - IV_PRODUCT_TYPE_OLTP responses: '200': description: OK content: application/json: schema: properties: EV_PRODUCT_GUID_CRM: type: string format: byte description: Internal, Unique Identifier of a Product EV_PRODUCT_ID_CRM: type: string maxLength: 40 EV_PRODUCT_LOGSYS: type: string maxLength: 10 EV_PRODUCT_TYPE_CRM: type: string maxLength: 2 '400': description: Bad request. 5XX: description: Unexpected error.