openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/CRM_EI_RFC_LOG_END_FCMP: post: tags: - CRM_EI_RFCL summary: 'EI: Update delat compilation info in compilation log' operationId: /rfc/CRM_EI_RFC_LOG_END_FCMP requestBody: content: application/json: schema: properties: IV_FCMP_DOC_CNT: type: integer format: int32 description: 'EI: numbers' IV_FCMP_ERROR_CODE: type: integer format: int32 description: 'EI: numbers' IV_INDEX_NAME: type: string default: '' maxLength: 32 description: Search index name IV_KB_NAME: type: string maxLength: 30 description: Name of Knowledge Base IV_LANG_ISO: type: string maxLength: 2 description: Language Key required: - IV_FCMP_DOC_CNT - IV_KB_NAME - IV_LANG_ISO responses: '200': description: OK '400': description: Bad request. 5XX: description: Unexpected error.