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