openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/BANK_MAP_PROCFL_STOP: post: tags: - BANK_MAP_PROCFLOW operationId: /rfc/BANK_MAP_PROCFL_STOP requestBody: content: application/json: schema: properties: I_FLOWID_EXT: type: string maxLength: 50 description: External ID of Process Flow required: - I_FLOWID_EXT responses: '200': description: OK '400': description: Bad request. 5XX: description: Unexpected error.