openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/BAPI_SLS_MISC_GET_NEXT_ID: post: tags: - SLSB summary: Get next id operationId: /rfc/BAPI_SLS_MISC_GET_NEXT_ID requestBody: content: application/json: schema: properties: P_TYPE: type: string maxLength: 2 description: PAW - Checktype required: - P_TYPE responses: '200': description: OK content: application/json: schema: properties: P_ID: type: integer format: int64 description: PAW identifier '400': description: Bad request. 5XX: description: Unexpected error.