openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/BWNO_INBOX_READ: post: tags: - BWNO operationId: /rfc/BWNO_INBOX_READ requestBody: content: application/json: schema: properties: FILTEREXPRESS: type: integer format: int32 default: 3 FILTERREAD: type: integer format: int32 default: 1 PREVIEW: type: integer format: int32 default: 3 RECIPIENTS: type: string default: '' maxLength: 1 MESSAGE: type: array items: type: object properties: DOC_ID: type: string maxLength: 46 description: Folder Entry ID (Obj+Fol+Forwarder Name) DOC_TYPE: type: string maxLength: 3 description: Code for document class SUBJECT: type: string maxLength: 50 description: Short description of contents USERID: type: string maxLength: 12 description: Name of document owner AUTHOR: type: string maxLength: 35 description: Full name of the owner SHORTDATE: type: string maxLength: 8 description: Character field, 8 characters long DATE: type: string format: date description: Date On Which Object Was Sent TIME: type: string maxLength: 6 description: Time at Which The Object Was Sent TIMESTAMP: type: string maxLength: 15 description: Char 15 WI12HOURS: type: string maxLength: 1 description: Single-Character Flag EXPRESS: type: string maxLength: 1 description: 'Send express enumValues: X=Value for activated,""=Value for deactivated' enum: - X - '' READ: type: string maxLength: 1 description: 'Object has already been viewed enumValues: X=Value for activated,""=Value for deactivated' enum: - X - '' RECIPIENTS: type: string maxLength: 256 description: 'SO: Notifications: Receiver List' PREVIEW: type: string maxLength: 1024 description: 'SO: Notifications: Preview Text' responses: '200': description: OK content: application/json: schema: properties: MESSAGE: type: array items: type: object properties: DOC_ID: type: string maxLength: 46 description: Folder Entry ID (Obj+Fol+Forwarder Name) DOC_TYPE: type: string maxLength: 3 description: Code for document class SUBJECT: type: string maxLength: 50 description: Short description of contents USERID: type: string maxLength: 12 description: Name of document owner AUTHOR: type: string maxLength: 35 description: Full name of the owner SHORTDATE: type: string maxLength: 8 description: Character field, 8 characters long DATE: type: string format: date description: Date On Which Object Was Sent TIME: type: string maxLength: 6 description: Time at Which The Object Was Sent TIMESTAMP: type: string maxLength: 15 description: Char 15 WI12HOURS: type: string maxLength: 1 description: Single-Character Flag EXPRESS: type: string maxLength: 1 description: 'Send express enumValues: X=Value for activated,""=Value for deactivated' enum: - X - '' READ: type: string maxLength: 1 description: 'Object has already been viewed enumValues: X=Value for activated,""=Value for deactivated' enum: - X - '' RECIPIENTS: type: string maxLength: 256 description: 'SO: Notifications: Receiver List' PREVIEW: type: string maxLength: 1024 description: 'SO: Notifications: Preview Text' '400': description: Bad request. 5XX: description: Unexpected error.