pem.setMemberInfo
This method is supported by Operations starting from version 2.6.2
This method sets the contact information for Staff Member identified by login. The semantics of structure and field names are fully compatible with pem.setAccountInfo method.
This method has the following input parameters:
Name |
Type |
Short Description |
---|---|---|
|
string |
Login name of the Staff Member. Identifies the Account’s Staff Member to change. |
|
struct |
General information about Staff Member. |
|
string |
This is salutation like Mr. or Mrs., etc. |
|
string |
The first name of the Staff Member. |
|
string |
The middle name of the Staff Member. |
|
string |
The last name of the Staff Member. |
|
string |
The name of the company. This parameter is ignored. |
|
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. |
This method has no output parameters.