pem.getAccountInfo
This method is supported by Operations starting from version 2.4.
This method returns information about account: contacts, parent accounts, etc.
The method has the following input parameters:
Name |
Type |
Short Description |
---|---|---|
|
int |
Operations Account ID |
The output parameters are the following:
Name |
Type |
Short Description |
---|---|---|
|
string |
Account type. The possible values are the following:
|
|
int |
Parent account ID |
|
struct |
General information about person/company |
|
struct |
Customer/reseller address |
|
struct |
Customer/reseller phone number |
|
struct |
Customer/reseller fax number |
|
string |
Customer/reseller E-mail address |
|
string |
A note that contains some additional information about the customer (or about the reseller). The note maximum length is 255 symbols. |
Look into pem.addAccount method description for complete specification of these structures.