openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/COM_PRAPPL_HIER_CREATE_MULTIPL: post: tags: - COM_PRAPPL_HIER_DB operationId: /rfc/COM_PRAPPL_HIER_CREATE_MULTIPL requestBody: content: application/json: schema: properties: IT_PRAPPL_HIER: type: array items: type: object properties: CLIENT: type: string maxLength: 3 description: Client APPLICATION: type: string maxLength: 20 description: Application to Which the Category Hierarchy Is Assigned PRODUCT_TYPE: type: string maxLength: 2 description: Product Type HIERARCHY: type: string format: byte description: Category Hierarchy Used required: - IT_PRAPPL_HIER responses: '200': description: OK '400': description: Bad request. 5XX: description: Unexpected error.