Method nicUpdateIT

 return to group index



nicUpdateIT

voidnicUpdateIT ( stringsession, stringnic, stringname, stringfirstname, stringsex, stringlegalForm, stringorganisation, stringlegalName, stringlegalNumber, stringvat, stringbirthDay, stringbirthCity, stringnationalIdentificationNumber, stringcompanyNationalIdentificationNumber, stringcorporationType )

Description

Modify an Italian contact handle infos

Parameters

  • stringsession : the session id
  • stringnic : the contact handle id
  • stringname : the new name
  • stringfirstname : the new firstname
  • stringsex : the new sex (M/F)
  • stringlegalForm : the new legalform
  • stringorganisation : the new organisation name
  • stringlegalName : the new legalName (company name)
  • stringlegalNumber : the new legalNumber
  • stringvat : the new vat
  • stringbirthDay : the new contact birthDay
  • stringbirthCity : the new contact birth city
  • stringnationalIdentificationNumber : the new contact fiscal code
  • stringcompanyNationalIdentificationNumber : the new contact company fiscal code
  • stringcorporationType : the new contact corporation type (s.a.s.|s.n.c.|s.r.l.|s.p.a.|s.a.p.a.|s.c.a.r.l.|individuale)
programming languages / libraries :
 
Parameters :
string session : $session
string nic :
string name :
string firstname :
string sex :
string legalForm :
string organisation :
string legalName :
string legalNumber :
string vat :
string birthDay :
string birthCity :
string nationalIdentificationNumber :
string companyNationalIdentificationNumber :
string corporationType :