pem.setAccountInfo
This method is supported by Operations starting from version 2.3.
Note: Starting from Operations version 2.4, the calling of this method is considered incorrect, if Operations is configured to gather account and account auth info from external system.
This method updates information of Operations Account.
This method has the following input parameters:
Name |
Type |
Short Description |
---|---|---|
|
int |
ID of an Account. It identifies the Account to change. |
|
struct |
General information about contact person and company. |
|
string |
This is salutation like Mr. or Mrs., etc. |
|
string |
The first name of the contact person. |
|
string |
The middle name of the contact person. |
|
string |
The last name of the contact person. |
|
string |
The name of the company. |
|
struct |
Address information. |
|
string |
Name of the street. |
|
string |
The number of the house. |
|
string |
Second address. |
|
string |
Postal code. |
|
string |
Name of the city. |
|
string |
This is the code of the country represented by two lowercase letters, like us, uk, etc. |
|
string |
Name of the state/province. |
|
struct |
Contact phone number. |
|
string |
Country code part of the phone number. |
|
string |
Area code part of the phone number. |
|
string |
The phone number itself. |
|
string |
Extension to the phone number, if present. |
|
struct |
Contact fax number. |
|
string |
Country code part of the fax number. |
|
string |
Area code part of the fax number. |
|
string |
The fax number itself. |
|
string |
Extension to the fax number, if present. |
|
string |
Contact 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. |
This method has no output parameters.