openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/CRM_IC_SCRIPTING_UPLOADSCR: post: tags: - CRM_IC_SCRIPTING_PERSIST summary: Upload script bundle operationId: /rfc/CRM_IC_SCRIPTING_UPLOADSCR requestBody: content: application/json: schema: properties: XMLDATA: type: string format: byte required: - XMLDATA responses: '200': description: OK '400': description: Bad request. 5XX: description: Unexpected error.