GET
https://api.adsalesgenius.com/account/
Paramater |
Description |
Data Type |
address |
|
String |
city |
|
String |
company |
|
String |
country |
|
String |
email |
|
String |
has_franchises |
If the account has multiple sets of accounting books and supports multi-tenancy |
Bool |
id |
Account ID |
Integer |
included_users |
-1 is unlimited |
Integer |
max_products |
-1 is unlimited |
Integer |
max_users |
-1 is unlimited |
Integer |
multiple_accounting_units |
If the account has multiple sets of accounting books. |
Bool |
phone |
|
String |
plan |
('Standard', 'Plus', 'Premium', 'Enterprise') |
String |
postal_code |
|
String |
state |
|
String |
type |
('Standard', 'Production') |
Enum |
website |
|
String |
{
"id":"103",
"type":"Regular",
"company":"My Company",
"phone":"123-123-1234",
"email":"email@email.com",
"address":"123 Maple St",
"city":"Omaha",
"state":"NE",
"postal_code":"12345",
"country":"United States",
"website":"www.papeventures.com",
"plan":"Premium",
"max_users":"30",
"included_users":"30",
"max_products":"-1",
"has_franchises":"0",
"multiple_accounting_units":"0"
}