Account
Update account details
Updates the Account
object by setting the values of the parameters passed. Parameters that are not provided will remain unchanged.
This request accepts only the name, city, state, time zone, and address as parameters.
API Endpoint
POST
Arguments
Name | Type | Description |
---|---|---|
address | string | Postal address of the account, which is displayed on the invoices. |
name | string | Name of the account holder. |
city | string | City of the account holder. |
state | string | State or region of the account. |
timezone | string | The time zone used in the Plivo dashboard for this account. A list of possible time zone values is maintained at the IANA Time Zone Database. |
Returns
Returns a confirmation that the object is updated.
Request
Response
HTTP Status Code: 202