FoneStorm account object representing an account resource in the object store.
{
"id": "2005553216",
"primary_color": "#FFFFFF",
"secondary_color": '#EEEEEE',
"background_color": '#333333',
"font_family": null,
"cdr_notify_url": "https://hookb.in/ZrR097ze",
"cdr_notify_method": "JSON",
"cdr_notify_password": "pword",
"cdr_notify_username": "uname",
"created_at": "2017-12-06T20:20:54.000Z",
"updated_at": "2017-12-20T14:58:10.000Z"
}
Property | Type | Description |
---|---|---|
background_color | string | Account background color. |
id | string | Unique identifier of account. |
cdr_notify_url | string | Call dialing record callback URL. |
cdr_notify_method | string | Call dialing record callback URL method. |
cdr_notify_password | string | Call dialing record callback URL password. |
cdr_notify_username | string | Call dialing record callback URL username. |
font_family | string | Account font family. |
primary_color | string | Account primary brand color. |
secondary_color | string | Account secondary brand color. |