openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/AKB_SAKB2_REMOTE: post: tags: - PA_AKB_PRODUCTS operationId: /rfc/AKB_SAKB2_REMOTE requestBody: content: application/json: schema: properties: ENVI: type: string maxLength: 1 NAME: type: string maxLength: 40 OBJ_NAME: type: string maxLength: 40 OBJ_TYPE: type: string maxLength: 4 PRODUCT: type: string maxLength: 20 PRODUCT_REL: type: string maxLength: 10 REF: type: string maxLength: 1 SUB_NAME: type: string maxLength: 61 SUB_TYPE: type: string maxLength: 4 required: - OBJ_NAME - OBJ_TYPE responses: '200': description: OK '400': description: Bad request. 5XX: description: Unexpected error.