| Name | Description | Type | Additional information | 
|---|---|---|---|
| CountryCode | The dialing code of the country the account is registered in. | string | None. | 
| NDD | The national dialing code of the country the account is registered in. | string | None. | 
| IDD | The international dialing code used in the country the account it;s registered in. | string | None. | 
| Timeout | The default timeout of the login in user. | integer | None. | 
| Type | Gets the type of account which determines what the account can do to its subaccounts. | string | None. | 
| ID | The unique identifier for the account. | globally unique identifier | None. | 
| AccountID | The unique identifier for the parent account. | globally unique identifier | None. | 
| Address | The address of the account. | string | None. | 
| AnyTimeBalance | The anytime balance of the account. | decimal number | None. | 
| ContactNumber | The contact number for the account. | string | Required Matching regular expression pattern: ^(?=.*?\d.*?\d.*?\d.*?\d.*?\d)([+]?)([\d\s\(\)-]{5,20})$ | 
| PhoneNumber | The contact number for the account. | string | Matching regular expression pattern: ^(?=.*?\d.*?\d.*?\d.*?\d.*?\d)([+]?)([\d\s\(\)-]{5,20})$ | 
| DateCreated | The date the account was created | date | None. | 
| DateModified | The date the account was last modified | date | None. | 
| Disclaimer | The text that is displayed at the bottom of the advanced messages. | string | None. | 
| EmailAddress | The main email address for the account. | string | Required Matching regular expression pattern: ^([0-9a-zA-Z]([-.\w']*[0-9a-zA-Z])*@([0-9a-zA-Z][-\w']*[0-9a-zA-Z]\.)+[a-zA-Z]{2,9})$ | 
| Defaultheader | The name of the default header | string | None. | 
| LanguageID | The default language Id for the account. | globally unique identifier | None. | 
| LanguageName | The name of the language | string | None. | 
| Location | The country of the account. | string | None. | 
| Logo | Base64 encoded string containing the logo that is displayed on advanced messages | string | None. | 
| LogoName | The name of the logo file that is displayed on the web interface | string | None. | 
| Name | The company name of the account. | string | None. | 
| OffPeakBalance | The off peak balance of the account. | decimal number | None. | 
| Preferences | Determines how the UI of SMS+ plus is displayed for this account. Provide a list of all preferences you wish to set on the account. Any preferences set previously will be overwritten with the preferences set on the request. | Collection of AccountPreferences | None. | 
| SCIMEnabled | Determines if SCIM has been enabled on the account. | boolean | None. | 
| SMSPassword | The password the account's 2sms account. | string | Required | 
| SMSUsername | The username for the account's 2sms account. | string | Required | 
| TimeZone | The default time zone for the account. | string | Required | 
| TwoFactorEnabled | Determines if two factor authentication has been enabled on the account. | boolean | None. | 
| URL | The Url for the account. | string | None. | 
| Website | The URL of the website for the account. | string | None. |