» Introduit dans la version 8.1
Afin d’ajouter un dossier à « mon contenu », Il faut utiliser la fonction AddFolder.
Schéma XML en entrée :
<?xml version="1.0" encoding="utf-8" ?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<cApiAddFolder>
<CieID></CieID>
<ApiID></ApiID>
<UserID></UserID>
<Folder>
<Title></Title>
</Folder>
</cApiAddFolder>
</soap:Body>
</soap:Envelope>
Schéma XML en sortie :
<?xml version="1.0" encoding="utf-8" ?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<cApiAddFolder>
<CieID></CieID>
<ApiID></ApiID>
<UserID></UserID>
<Folder>
<FolderID></FolderID>
<Title></Title>
</Folder>
</cApiAddFolder>
</soap:Body>
</soap:Envelope>