Create a New Folder for Script

HTTPS Method

POST

URI

https://<server>/adminapi/script

Example URI

https://uccx-server/adminapi/script

Content Type

Application/XML, Application/JSON

HTTPS Success Code

201

HTTPS Failure Codes

401, 405, 500

Error Codes

Success Response

HTTPS/1.1 201 Created

Sample Input XML — Create a Folder

Code Snippet
Copy<?xml version="1.0" encoding="UTF-8"?>
<Files xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="Files.xsd">
  <Script>
    <Folder>
      <path>/</path>
      <FolderName>FTCustomScriptF1</FolderName>
      </Folder>
  </Script>
</Files>