openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/BWSO_PAGER_SERVICE_GET: post: tags: - BW03 operationId: /rfc/BWSO_PAGER_SERVICE_GET requestBody: content: application/json: schema: properties: PAGERSERVICE: type: array items: type: object properties: CLIENT: type: string maxLength: 3 description: Client LANGU: type: string maxLength: 1 description: Language Key PAGER_SERV: type: string maxLength: 4 description: Pager Service PAGER_DSCR: type: string maxLength: 40 description: Pager service description responses: '200': description: OK content: application/json: schema: properties: PAGERSERVICE: type: array items: type: object properties: CLIENT: type: string maxLength: 3 description: Client LANGU: type: string maxLength: 1 description: Language Key PAGER_SERV: type: string maxLength: 4 description: Pager Service PAGER_DSCR: type: string maxLength: 40 description: Pager service description '400': description: Bad request. 5XX: description: Unexpected error.