openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/BCOM_RS_SCENARIO_GET: post: tags: - BCOM_IR_ROUTER operationId: /rfc/BCOM_RS_SCENARIO_GET requestBody: content: application/json: schema: properties: SCENARIO_ID: type: string maxLength: 32 description: Routing Scenario ID ATTRIBUTE_LIST: type: array items: type: object properties: PRIO: type: integer format: int64 description: 'Routing: Priority of a Routing Attribute' ATTID: type: string maxLength: 32 description: 'Routing: Attribute ID' DESCRIPT: type: string maxLength: 50 description: 'SAPphone: Description' DESTINATION_LIST: type: array items: type: object properties: TYPE: type: string maxLength: 3 description: 'SAPconnect: Address type' ADDRESS: type: string maxLength: 241 description: E-Mail Address DESCRIPT: type: string maxLength: 50 description: 'SAPphone: Description' RESPONSIBILITY_LIST: type: array items: type: object properties: AGENTGRP: type: string maxLength: 32 description: Group Name ATTID: type: string maxLength: 32 description: 'Routing: Attribute ID' VALUE_LOW: type: string maxLength: 32 description: Routing Attribute Value VALUE_HIGH: type: string maxLength: 32 description: Routing Attribute Value QUALITY: type: integer format: int64 description: Quality of an Attribute required: - SCENARIO_ID responses: '200': description: OK content: application/json: schema: properties: DESCRIPTION: type: string maxLength: 50 description: 'SAPphone: Description' ERR_TEXT: type: string maxLength: 80 description: Unformatted text (information only) RETURNCODE: type: string maxLength: 4 description: 'SAPphone: Return code' SYSTEM_RC_X: type: string maxLength: 10 description: Return code from external software VALID_FROM: type: string format: date description: Start of Validity Period of a Scenario VALID_UNTIL: type: string format: date description: End of Validity Period of a Scenario ATTRIBUTE_LIST: type: array items: type: object properties: PRIO: type: integer format: int64 description: 'Routing: Priority of a Routing Attribute' ATTID: type: string maxLength: 32 description: 'Routing: Attribute ID' DESCRIPT: type: string maxLength: 50 description: 'SAPphone: Description' DESTINATION_LIST: type: array items: type: object properties: TYPE: type: string maxLength: 3 description: 'SAPconnect: Address type' ADDRESS: type: string maxLength: 241 description: E-Mail Address DESCRIPT: type: string maxLength: 50 description: 'SAPphone: Description' RESPONSIBILITY_LIST: type: array items: type: object properties: AGENTGRP: type: string maxLength: 32 description: Group Name ATTID: type: string maxLength: 32 description: 'Routing: Attribute ID' VALUE_LOW: type: string maxLength: 32 description: Routing Attribute Value VALUE_HIGH: type: string maxLength: 32 description: Routing Attribute Value QUALITY: type: integer format: int64 description: Quality of an Attribute '400': description: Bad request. 5XX: description: Unexpected error.