openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/BANK_API_PROCFL_START: post: tags: - BANK_API_PROCFLOW operationId: /rfc/BANK_API_PROCFL_START requestBody: content: application/json: schema: properties: I_FLG_EXTERNAL_START: type: string maxLength: 1 description: Checkbox Field I_FLOWID_EXT: type: string maxLength: 50 description: External ID of Process Flow I_PRIORITY: type: integer format: int64 description: Checkbox Field I_PROCID: type: string format: byte description: Process ID I_PROCID_EXT: type: string maxLength: 50 description: External Process ID responses: '200': description: OK content: application/json: schema: properties: E_RCD: type: integer format: int32 '400': description: Bad request. 5XX: description: Unexpected error.