Page MenuHomestyx hydra

accounts.rst
No OneTemporary

accounts.rst

==================
Accounts
==================
Updating Account Information
==============================
Updating :class:`Account <Services_Twilio_Rest_Account>` information is really easy:
.. code-block:: php
$client = new Services_Twilio('AC123', '123');
$account = $client->account;
$account->update(array('FriendlyName' => 'My Awesome Account'));
Creating a Subaccount
==============================
.. code-block:: php
$client = new Services_Twilio('AC123', '123');
$subaccount = $client->accounts->create(array(
'FriendlyName' => 'My Awesome SubAccount'
));

File Metadata

Mime Type
text/plain
Expires
Wed, Feb 4, 3:17 AM (23 h, 43 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
670616
Default Alt Text
accounts.rst (603 B)

Event Timeline