ZP - Get Time Zone

Tags:  



Get Time Zone.

 
 
Method name http://planner.zoho.com/api/private/xml/timezone/get
API description Given the ticket, apikey returns the time zone on successful authentication.
Parameters to be passed ticket, apikey
Sample call <form method="post" action="http://planner.zoho.com/api/private/xml/timezone/get?ticket=[Ticket]&apikey=[ApiKey]">

<input type="submit" value="Get Time Zone" name="submit">
</form>
Output XML <response uri="/api/private/xml/appointment/timezone/get">
  <result>
    <TimeZone>
      <time_zone>(GMT+05:30) Chennai, Kolkata, Mumbai, New Delhi</time_zone>
    </TimeZone>
  </result>
</response>



 RSS of this page