openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/CRM_EI_RFC_INSERT_FEAT_CLU: post: tags: - CRM_EI_RFCL summary: 'EI: Insert feature cluster' operationId: /rfc/CRM_EI_RFC_INSERT_FEAT_CLU requestBody: content: application/json: schema: properties: IV_CLIENT: type: string default: SY-MANDT maxLength: 3 description: Client IV_CLUSTER_ID: type: string maxLength: 20 description: Date Type for Cluster ID IV_FEATURE: type: string maxLength: 40 description: Document Feature IV_KB_NAME: type: string maxLength: 30 description: Name of Knowledge Base IV_LANG_ISO: type: string maxLength: 2 description: Language Key (ISO) required: - IV_CLUSTER_ID - IV_FEATURE - IV_KB_NAME - IV_LANG_ISO responses: '200': description: OK content: application/json: schema: properties: EV_FEATURE_ID: type: string format: byte description: 'EI: GUID' '400': description: Bad request. 5XX: description: Unexpected error.