openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/BX_FAVOS_SHIFT_NODE: post: tags: - SMTR_NAVIGATION_MODULES_BX operationId: /rfc/BX_FAVOS_SHIFT_NODE requestBody: content: application/json: schema: properties: INFOS: type: string default: ' ' maxLength: 12 OBJECT_ID: type: integer format: int64 SHIFT_MODE: type: string default: D maxLength: 1 USER_NAME: type: string default: SY-UNAME maxLength: 12 X_POS: type: integer format: int64 default: 0 Y_POS: type: integer format: int64 default: 0 required: - OBJECT_ID responses: '200': description: OK '400': description: Bad request. 5XX: description: Unexpected error.