openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/CRM_IC_SCRIPTING_COPY_ACTION: post: tags: - CRM_IC_SCRIPTING_PERSIST summary: Copy an xml document operationId: /rfc/CRM_IC_SCRIPTING_COPY_ACTION requestBody: content: application/json: schema: properties: OBJECTNAME: type: string maxLength: 32 description: XML document name OBJECTTYPE: type: string maxLength: 2 description: IS=Regular OS=Objection SU=Survey required: - OBJECTNAME - OBJECTTYPE responses: '200': description: OK content: application/json: schema: properties: NEWOBJECTNAME: type: string maxLength: 32 description: New XML document name '400': description: Bad request. 5XX: description: Unexpected error.