openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/AKB_JOB_FINISHED: post: tags: - PA_AKB operationId: /rfc/AKB_JOB_FINISHED requestBody: content: application/json: schema: properties: ID: type: integer format: int32 required: - ID responses: '200': description: OK '400': description: Bad request. 5XX: description: Unexpected error.