Create a New Language for Document
|
HTTPS Method |
POST |
|
URI |
https://<server>/adminapi/document |
|
Example URI |
https://uccx-server/adminapi/document |
|
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 Language
<?xml version="1.0" encoding="UTF-8"?>
<Files xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="Files.xsd">
<Document>
<LanguageDetails>
<path>/</path>
<LanguageName>FTCustomDocLanguage1</LanguageName>
</LanguageDetails>
</Document>
</Files>