MovePaper
Moves an iPaper (
sourcePaperID
) from it’s current parent to a new parent (destinationParentID
).Name | Value |
---|---|
sourcePaperID | The ID of the iPaper that should be deleted |
destinationParentID | The ID of the category under which the iPaper/Category should be placed |
<?xml version="1.0" encoding="utf-8"?>
<result>
<code><![CDATA[SUCCESS]]></code>
<message><![CDATA[Paper moved.]]></message>
</result>
- SUCCESS
- ERROR
- READONLY
Last modified 9mo ago