Create a New Language for Prompt
HTTPS Method |
POST |
URI |
https://<server>/adminapi/prompt |
Example URI |
https://uccx-server/adminapi/prompt |
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">
<Prompt>
<LanguageDetails>
<path>/</path>
<LanguageName>FTCustomPromptLanguage1</LanguageName>
</LanguageDetails>
</Prompt>
</Files>