openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/BUTP_TPORG: post: tags: - SMTP summary: Shell to start trading partner processing operationId: /rfc/BUTP_TPORG requestBody: content: application/json: schema: properties: CORRELATIONID: type: string maxLength: 36 description: 36 characters DOCSTRING: type: string format: byte description: Char255 DOCTYPE: type: string maxLength: 255 description: Char255 RECEIVER: type: string maxLength: 255 description: Char255 REQUESTMODE: type: string maxLength: 10 description: Character field length = 10 SENDER: type: string maxLength: 255 description: Char255 required: - DOCSTRING responses: '200': description: OK content: application/json: schema: properties: RETDOCSTRING: type: string format: byte description: Char255 RETDOCTYPE: type: string maxLength: 255 description: Char255 '400': description: Bad request. 5XX: description: Unexpected error.