Create new folder
Since Product Version: 3.0
Resource URL
/webacs/api/v1/op/cliTemplateConfiguration/folderRequest Payload Parameters
Type | Attribute Name | Description |
---|---|---|
String |
folderFQN |
Fully qualified name of a folder |
Sample Payloads
Sample payloads are for information only. They are automatically generated and the values included may not be representative of actual valid data values.
Sample XML Request Payload
https://172.25.123.114/webacs/api/v1/op/cliTemplateConfiguration/folder
<?xml version="1.0" ?> <templateFolder> <folderFQN>String value</folderFQN> </templateFolder>
Sample JSON Request Payload
https://172.25.123.114/webacs/api/v1/op/cliTemplateConfiguration/folder.json
{ "templateFolder" : { "folderFQN" : "String value" } }