This command sends a complete address to the Activation Server 4. The address information is independent of an activation - this allows to send the address information e.g. for a demo version.
If you want to link the address to an activation, use the field ID. Typically the ID is the Serial Number (use getSerial to retrieve it).
If you use your own activation scenario, the ID must be the same like used with ActivateModule
Name
|
SendCustomerinfo
|
Params
|
Parameter
|
Type
|
Example
|
Note
|
Projectname
|
NSString
|
leave empty
|
not in use 
|
ID / Serial Number
|
NSString
|
ID12345
|
Serial Number / ID to connect the address data to a key, product activation or license file
|
CompanyName
|
NSString
|
Blue River Inc.
|
The customer’s company
|
FirstName
|
NSString
|
Tom
|
The first name of the customer
|
LastName
|
NSString
|
Sullivan
|
The last name of the customer
|
Salutation
|
NSString
|
Mr.
|
The salutation of the customer
|
AcademicTitle
|
NSString
|
|
The academic title of the customer
|
JobTitle
|
NSString
|
CEO
|
The job title of the customer
|
StreetAddress1
|
NSString
|
852 Dewes Lane
|
The first part of the customer’s address
|
StreetAddress2
|
NSString
|
|
The second part of the customer’s address (if needed)
|
ZIP
|
NSString
|
11230
|
The zip code of the customer’s address
|
City
|
NSString
|
Brooklyn
|
The city of the customer’s address
|
State
|
NSString
|
NY
|
The state of the customer’s address
|
Country
|
NSString
|
United States
|
The country of the customer’s address
|
Phone1
|
NSString
|
646.296.1572
|
The customer’s main phone
|
Phone2
|
NSString
|
|
The customer’s alternative phone
|
Email
|
NSString
|
tom@blueriver-inc.com
|
The customer’s eMail address
|
Language
|
NSString
|
English
|
The customer’s language. See language codes below
|
WebAddress
|
NSString
|
http://www.blueriver-inc.com
|
The customer’s web address
|
Newsletter1
|
Boolean
|
True
|
Subscribe to newsletter 1
|
Newsletter2
|
Boolean
|
False
|
Subscribe to newsletter 2
|
Newsletter3
|
Boolean
|
True
|
Subscribe to newsletter 3
|
Newsletter4
|
Boolean
|
False
|
Subscribe to newsletter 4
|
Customer1
|
String
|
OD-7653
|
Custom field 1 e.g. to link the address to an ERP system
|
Customer2
|
String
|
|
Custom filed 2
|
ShowConnection Mask
|
Integer
|
leave empty
|
not in use 
|
|
Returncode
|
Returncode
Type Integer
|
Note
|
0
|
The customer’s data has been successfully sent
|
Other return codes
|
Operation failed, see list of return codes
|
|
See also
|
activateModule
|
Language Code
The following languages are supported. You have to specify the language code in the API command.
Language
|
Language Code
|
German
|
10000
|
English
|
20000
|
French
|
30000
|
Italian
|
40000
|
Portuguese
|
60000
|
Dutch
|
70000
|
Swedish
|
80000
|
Spanish
|
90000
|
Norwegian
|
100000
|
Danish
|
110000
|
Serbian
|
120000
|
Szech
|
130000
|
Polish
|
140000
|
Turkish
|
150000
|
Chinese simple
|
160000
|
Chinese traditional
|
170000
|
Greek
|
180000
|
Lithuanian
|
190000
|
Japanese
|
200000
|
Russian
|
210000
|
Vietnamese
|
220000
|
Bulgarian
|
230000
|