| Method name |
http://planner.zoho.com/api/private/xml/page/add
|
| API description |
Given the ticket, apikey, pageTitle, the api will
create a new page on
successful authentication. |
| Parameters
to be passed |
ticket, apikey, pageTitle |
| Sample call |
<form method="post"
action="http://planner.zoho.com/api/private/xml/page/add?ticket=[Ticket]&apikey=[ApiKey]">
<input type="hidden" name="pageTitle" value="Created
thro API">
<input type="submit" value="Add New Page" name="submit">
</form>
|
| Output XML |
<response
uri="/api/private/xml/page/add">
<result>
<PageDetails>
<PageDetail>
<page_id>69001</page_id>
<page_title>Created
thro API</page_title>
<is_homepage>false</is_homepage>
</PageDetail>
</PageDetails>
</result>
</response> |