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

login

string

Login name of the Staff Member. Identifies the Account’s Staff Member to change.

person

struct

General information about Staff Member.

  • [title]

string

This is salutation like Mr. or Mrs., etc.

  • first_name

string

The first name of the Staff Member.

  • [middle_name]

string

The middle name of the Staff Member.

  • last_name

string

The last name of the Staff Member.

  • [company_name]

string

The name of the company. This parameter is ignored.

address

struct

Address information.

  • street_name

string

Name of the street.

  • [house_num]

string

The number of the house.

  • [address2]

string

Second address.

  • zipcode

string

Postal code.

  • city

string

Name of the city.

  • country

string

This is the code of the country represented by two lowercase letters, like us, uk, etc.

  • state

string

Name of the state/province.

phone

struct

Contact phone number.

  • country_code

string

Country code part of the phone number.

  • area_code

string

Area code part of the phone number.

  • phone_num

string

The phone number itself.

  • ext_num

string

Extension to the phone number, if present.

[fax]

struct

Contact fax number.

  • country_code

string

Country code part of the fax number.

  • area_code

string

Area code part of the fax number.

  • phone_num

string

The fax number itself.

  • ext_num

string

Extension to the fax number, if present.

email

string

Contact E-mail address.

This method has no output parameters.