SaveFolder |
Scroll |
REST URL (POST) https://tenant.thereforeonline.com/theservice/v0001/restun/SaveFolder
SOAP Action (POST) http://schemas.therefore.net/webservices/interop/v0001/messages/IThereforeService/SaveFolder
Save a new folder to Therefore
Input Message: http://schemas.therefore.net/webservices/interop/v0001/messages/IThereforeService/SaveFolder
Element Name |
Element Type |
Restrictions |
Description |
â– parameters |
|
|
|
â– FolderNo |
xs:int |
mandatory |
Sets number of the folder to be saved or 0 for a new folder |
â– FolderType |
xs:int |
mandatory |
Sets folder type of the folder to be saved |
â–¡ Name |
xs:string |
mandatory nillable |
Sets name of the folder to be saved |
â–¡ ParentFolderNo |
xs:int |
optional nillable |
Sets parent folder number |
Output Message: http://schemas.therefore.net/webservices/interop/v0001/messages/IThereforeService/SaveFolderResponse
Element Name |
Element Type |
Restrictions |
Description |
â– parameters |
|
|
|
â–¡ Folder |
|
optional nillable |
The saved Folder |
â– FolderNo |
xs:int |
mandatory |
Gets the folder number. |
â– Foldertype |
xs:int |
optional |
Gets the type of the folder. |
â– Guid |
xs:string |
optional GUID string template: [\da-fA-F]{8}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{12} |
Gets the GUID of the folder. |
â–¡ Name |
xs:string |
optional nillable |
Gets the name of the folder. |
â– ParentFolderNo |
xs:int |
mandatory |
Gets the number of the parent folder. |
Legend:
â– |
Not nillable element. |
â–¡ |
Nillable element. |
≡ |
Unbounded element (List of elements). |
Normal |
Optional element. |
Bold |
Mandatory element. |