Subaccount

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
  }
}

Response Properties

PropertyTypeDescription
idstring10 digit subaccount code.
labelstringName/Label for subaccount.
statusbooleanSubaccount status enabled, suspended or suspendoutbound
service_addressobjectService address details

service_address Properties

PropertyTypeDescription
company_namestringCompany name.
first_namestringFirst name of contact.
last_namestringLast name of contact.
emailstringEmail of contact.
phonestringPhone number of contact.
address_line1stringAddress line 1.
address_line2stringAddress line 2.
citystringCity.
statestringState.
zipcodestringZip code.