openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/BX_AGR_DISTRIBUTE_AGR: post: tags: - SMTR_NAVIGATION_MODULES_AX operationId: /rfc/BX_AGR_DISTRIBUTE_AGR requestBody: content: application/json: schema: properties: ACTIVITY_GROUP: type: string maxLength: 30 DISTRIBUTE: type: string default: ' ' maxLength: 1 description: Customized ('C') or standard menu ('S') flag required: - ACTIVITY_GROUP responses: '200': description: OK '400': description: Bad request. 5XX: description: Unexpected error.