Method telephonyPortabilityOrderSpecialNumber

 return to group index



telephonyPortabilityOrderSpecialNumber

telephonyNumberOrderReturntelephonyPortabilityOrderSpecialNumber ( stringsession, stringbillingAccount, stringoffer, stringdesireDate, stringcallNumber, string[]extraNumbers, stringlegalForm, stringname, stringfirstName, stringsiret, stringstreetNumber, stringstreetNumberExtra, stringstreetType, stringstreetName, stringbuilding, stringstair, stringfloor, stringdoor, stringzip, stringcity, stringcountry, stringdisplayUniversalDirectory, stringcategory, stringcontactName, stringcontactNumber )

Description

Order portability for special numbers

Parameters

  • stringsession : the session id
  • stringbillingAccount : the billing account
  • stringoffer : the offer (individual | company)
  • stringdesireDate : the desire date like YYYY-MM-DD
  • stringcallNumber : the call number
  • string[]extraNumbers : the extra numbers list
  • stringlegalForm : the legal form ( individual | professional | corporation )
  • stringname : customer's name ( when legalForm == ( professional | corporation , use this param to pass the socialReason ) )
  • stringfirstName : customer's firstname
  • stringsiret : the siret ( compulsory for when custSocialReason == 'company' )
  • stringstreetNumber : the street number
  • stringstreetNumberExtra : the extra street number ( ie bis | ter ... )
  • stringstreetType : the way type ( av, street, boulevard ... )
  • stringstreetName : the street name
  • stringbuilding : the building #
  • stringstair : the stair #
  • stringfloor : the floor
  • stringdoor : customer's door #
  • stringzip : city zip code
  • stringcity : the city
  • stringcountry : country ( fr | de | be )
  • stringdisplayUniversalDirectory : should we publish the directory information ? ( yes | no )
  • stringcategory : the category (advertising,directory,environment,adults,healths,finance,media,computer,cultural,leisure,society,others)
  • stringcontactName : the person to contact if needed
  • stringcontactNumber : the contact person's phone number ( preferably different than the one to be ported )

Returns

the number order
  • intorderId : the order id
  • stringorderPassword : the order password
  • stringorderUrl : the order url
  • floattotalPrice : the total price
programming languages / libraries :
 
Parameters :
string session : $session
string billingAccount :
string offer :
string desireDate :
string callNumber :
string[] extraNumbers :
string legalForm :
string name :
string firstName :
string siret :
string streetNumber :
string streetNumberExtra :
string streetType :
string streetName :
string building :
string stair :
string floor :
string door :
string zip :
string city :
string country :
string displayUniversalDirectory :
string category :
string contactName :
string contactNumber :