FoneStorm subaccount object representing a subaccount resource in the object store.
{
"id": "2005550001",
"label": "Subaccount 1",
"status": "enabled",
"service_address": {
"company_name": "FracTEL LLC",
"first_name": "John",
"last_name": "Doe",
"email": "[email protected]",
"phone": 3214991000,
"address_line1": "122 4th Avenue #122",
"address_line2": null,
"city": "Indialantic",
"state": "FL",
"zipcode": 32903
}
}
Property | Type | Description |
---|
id | string | 10 digit subaccount code. |
label | string | Name/Label for subaccount. |
status | boolean | Subaccount status enabled, suspended or suspendoutbound |
service_address | object | Service address details |
Property | Type | Description |
---|
company_name | string | Company name. |
first_name | string | First name of contact. |
last_name | string | Last name of contact. |
email | string | Email of contact. |
phone | string | Phone number of contact. |
address_line1 | string | Address line 1. |
address_line2 | string | Address line 2. |
city | string | City. |
state | string | State. |
zipcode | string | Zip code. |