ZP - Set Time Zone

Tags:  



Set Time Zone.

 
 
Method name http://planner.zoho.com/api/private/xml/timezone/set
API description Given the ticket, apikey and timeZone the time zone will be added/updated on successful authentication.
Parameters to be passed ticket, apikey, timeZone_iam (allowed values)
Sample call <form method="post" action="http://planner.zoho.com/api/private/xml/timezone/set?ticket=[Ticket]&apikey=[ApiKey]">

<input type="text" name="timeZone_iam" value="(GMT-05:00) Eastern Time (US & Canada)">
<input type="submit" value="Set Time Zone" name="submit">
</form>
Output XML <response uri="/api/private/xml/appointment/timezone/set">
  <result>
    <TimeZone>
      <time_zone>
(GMT-05:00) Eastern Time (US & Canada)</time_zone>
    </TimeZone>
  </result>
</response>



 RSS of this page