CreatePaper
Creates a paper under the specified parent category id.
Name | Value |
---|---|
parentID | The ID of the category under which the new iPaper should be created |
name | The name of the new iPaper |
urlName | The name of the iPaper as used in URLs |
<?xml version="1.0" encoding="utf-8"?>
<result>
<code><![CDATA[SUCCESS]]></code>
<message><![CDATA[Paper created.]]></message>
<data>
<paper id="1242" />
</data>
</result>
- SUCCESS
- ERROR
- READONLY
Last modified 1yr ago