CreatePaper

Description

Creates a paper under the specified parent category id.

Parameters

NameValue

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

Sample Response

<?xml version="1.0" encoding="utf-8"?>
<result>
  <code><![CDATA[SUCCESS]]></code>
  <message><![CDATA[Paper created.]]></message>
  <data>
    <paper id="1242" />
  </data>
</result>

Return Codes

  • SUCCESS

  • ERROR

  • READONLY

Last updated