Method nicCreate

 return to group index



nicCreate

stringnicCreate ( stringsession, stringname, stringfirstname, stringpassword, stringemail, stringphone, stringfax, stringaddress, stringcity, stringarea, stringzip, stringcountry, stringlanguage, booleanisOwner, stringlegalform, stringorganisation, stringlegalName, stringlegalNumber, stringvat )

Description

Create a new contact handle

Parameters

  • stringsession : the session id
  • stringname : the contact name
  • stringfirstname : the contact firstname
  • stringpassword : the contact password
  • stringemail : the contact email
  • stringphone : the contact phone number (international format, ex: +33.899701761)
  • stringfax : the contact fax number
  • stringaddress : the contact address
  • stringcity : the contact city
  • stringarea : the contact area
  • stringzip : the contact zip code
  • stringcountry : the contact country (be|fr|pl|es|lu|ch|de|...)
  • stringlanguage : the contact language (fr|en|pl|es|de)
  • booleanisOwner : is it an owner nic ? default false
  • stringlegalform : the contact legalform (corporation|individual|association|other)
  • stringorganisation : organisation name
  • stringlegalName : the contact legalname
  • stringlegalNumber : the contact legalnumber (SIRET/SIREN/...)
  • stringvat : the contact vat

Returns

the new contact handle id
programming languages / libraries :
 
Parameters :
string session : $session
string name :
string firstname :
string password :
string email :
string phone :
string fax :
string address :
string city :
string area :
string zip :
string country :
string language :
boolean isOwner :  
string legalform :
string organisation :
string legalName :
string legalNumber :
string vat :