StructContactReturn
From NETIM
Description
This object stores the result of ContactInfo
General Information
Format | Variable | Description | Notes |
---|---|---|---|
string (8) | idContact | Contact ID | |
string (30) | firstName | Firstname of the contact | |
string (30) | lastName | Lastname of the contact | |
string (3) | bodyForm | Contact type | "IND" for individual person, "ORG" for any kind of legal entities |
string (30) | bodyName | Organization name | si bodyform=ORG |
string (80) | address1 | Contact address | |
string (80) | address2 | Additional contact address | Optional |
string (10) | zipCode | Postal code | |
string (5) | area | area code | Mandatory if country=IT |
string (30) | city | City | |
string (3) | country | Country code | ISO 3166-1 |
string (17) | phone | Phone number in international format | +xx xxxxxxxxxx |
string (17) | fax | Fax number in international format | +xx xxxxxxxxxx / Optional |
string (255) | email address | ||
string (2) | language | Language | FR / EN |
int(1) | isOwner | Is it an owner ? | 0 / 1 |
Additional information
Format | Variable | Description | Notes |
---|---|---|---|
string (30) | tmName | Trademark name | |
int(1) | isLock | Masked-whois ? | 0 / 1 |
string (3) | tmNumber | Trademark number | |
string (4) | tmType | Trademark registry | "INPI" for a national one, "OHIM" for a european one , "WIPO" for an international one |
string (255) | companyNumber | Organization number | |
string (255) | vatNumber | Organization VAT number | Only if the company is registered in E.U. |
string | birthDate | Date of birth | format AAAA-MM-JJ |
string (10) | birthZipCode | Postal code of birth | |
string (255) | birthCity | City of birth | |
string (3) | birthCountry | Country code of birth | ISO 3166-1 |
string (50) | idNumber | Personal ID number | |
int(1) | version | Major version of the API with which the contact was created | 1 / 2 |
int(1) | isLinked | Linked to a domain or service? | 0 / 1 |
array | additional | Additional data | Associative array of additional data (See Informations sur les extensions) |
Format | Variable | Description | Notes |
---|---|---|---|
string (30) | tmName | Trademark name | |
int(1) | isLock | Masked-whois ? | 0 / 1 |
string (3) | tmNumber | Trademark number | |
string (4) | tmType | Trademark registry | "INPI" for a national one, "OHIM" for a european one , "WIPO" for an international one |
string (255) | companyNumber | Organization number | |
string (255) | vatNumber | Organization VAT number | Only if the company is registered in E.U. |
string | birthDate | Date of birth | format AAAA-MM-JJ |
string (10) | birthZipCode | Postal code of birth | |
string (255) | birthCity | City of birth | |
string (3) | birthCountry | Country code of birth | ISO 3166-1 |
string (50) | idNumber | Personal ID number | |
string (255) | additional | Additional data |