openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/CRM0_WRITE_CRMRFCPAR: post: tags: - CRM0 operationId: /rfc/CRM0_WRITE_CRMRFCPAR requestBody: content: application/json: schema: properties: I_CRMRFCPAR: type: object properties: MANDT: type: string maxLength: 3 description: Client CONSUMER: type: string maxLength: 10 description: User of R/3 Adaptor Functionality OBJNAME: type: string maxLength: 15 description: Object/Mobile Sales Table Name RFCDEST: type: string maxLength: 32 description: Logical Destination (Specified in Function Call) DOWNLOAD: type: string maxLength: 1 description: 'Download Types for CRMRFCPAR enumValues: C=Compare/Request,O=Error Information, Not Belonging to an Upload,*=All Load Types,D=Delta Download,R=Request,E=Error Information for an Upload,I=Initial Download' enum: - C - O - '*' - D - R - E - I RFC_QUEUE: type: string maxLength: 24 description: Name of tRFC Queue RFC_IN_QUE: type: string maxLength: 24 description: Name of tRFC Queue BAPINAME: type: string maxLength: 30 description: Name of Recipient BAPI to Be Called INFO: type: string maxLength: 30 description: Information/Comments INACTIVE: type: string maxLength: 1 description: 'Data Record Inactive enumValues: ""=No,X=Yes' enum: - '' - X DISCARDDAT: type: string maxLength: 1 description: 'Indicator: Discard Data enumValues: ""=No,X=Yes' enum: - '' - X USE_IN_Q: type: string maxLength: 1 description: Indicator, for Whether Inqueue Was Used SEND_XML: type: string maxLength: 1 description: 'Should Data Be Sent in XML Format? enumValues: X=Send XML,M=Mixed Mode (Optimized),""=No XML' enum: - X - M - '' HOLD_DATA: type: string maxLength: 1 description: 'Indicator: Record Data in Sender System? enumValues: X=Data Is Being Recorded,""=Data Is Not Being Recorded' enum: - X - '' CRM_REL: type: string maxLength: 10 description: SAP Release LAST_UPD: type: string format: date description: Current Date of Application Server USERNAME: type: string maxLength: 12 description: Last Changed by User CHANGEDATE: type: string format: date description: Last Changed On CHANGETIME: type: string maxLength: 6 description: Time of Last Change REM_LOGSYS: type: string maxLength: 10 description: Logical system I_DELETE_MODE: type: string maxLength: 1 required: - I_CRMRFCPAR responses: '200': description: OK '400': description: Bad request. 5XX: description: Unexpected error.