Assign Prompts to Application
HTTPS Method |
PUT |
URI |
https://<server>/adminapi/application/<ApplicationName>/prompts |
Example URI |
https://uccx-server/adminapi/application/CareApplication/prompts |
Content Type |
Application/XML, Application/JSON |
HTTPS Success Code |
200 |
HTTPS Failure Codes |
400, 401, 403, 404, 405, 500 |
Error Codes |
— |
Success Response
HTTP status code 200 OK
Sample input XML—PUT
<Prompts>
<Prompt>
<Path>nameWithFullPath</Path>
<Type>file</Type>
</Prompt>
<Prompt>
<Path>nameWithFullPath</Path>
<Type>folder</Type>
</Prompt>
</Prompts>
Note | POST and DELETE methods are not supported. Corresponding error response will be returned. |