openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/BIZC_SHOW_OBJECT_DETAILS: post: tags: - SBIZC_FW_REMOTE operationId: /rfc/BIZC_SHOW_OBJECT_DETAILS requestBody: content: application/json: schema: properties: IP_CONTENT_OBJECT_ID: type: string maxLength: 64 IP_DISPLAY_ONLY: type: string default: SBIZC_FALSE maxLength: 1 IP_ENVIRONMENT_ID: type: string maxLength: 32 IP_GROUP_TYPE: type: string maxLength: 20 IP_LOGICAL_COMPONENT: type: string maxLength: 30 IP_PRODUCT_INSTANCE: type: string maxLength: 40 IP_ROLE: type: string maxLength: 1 IP_SYSTEM_GROUP: type: string maxLength: 32 IP_USAGE: type: string maxLength: 32 required: - IP_CONTENT_OBJECT_ID - IP_USAGE responses: '200': description: OK content: application/json: schema: properties: EP_CHANGED: type: string maxLength: 1 '400': description: Bad request. 5XX: description: Unexpected error.