openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/AL_LAZY_SMES_CHAR_RFC_2: post: tags: - SILY operationId: /rfc/AL_LAZY_SMES_CHAR_RFC_2 requestBody: content: application/json: schema: properties: COLOR: type: integer format: int32 DBHOST_SEG: type: string maxLength: 1 DEF_TXT: type: string maxLength: 120 MASPECIALCLASS: type: string maxLength: 40 MSGCLASS: type: string maxLength: 20 MSGID: type: integer format: int64 P1: type: string maxLength: 50 P2: type: string maxLength: 50 P3: type: string maxLength: 50 P4: type: string maxLength: 50 PORT: type: string maxLength: 10 REPORTER: type: string maxLength: 16 SMSG: type: string maxLength: 40 required: - COLOR - DEF_TXT - MSGCLASS - MSGID - P1 - PORT - REPORTER - SMSG responses: '200': description: OK '400': description: Bad request. 5XX: description: Unexpected error.