Customer Signing Up

Description

Creates a Customer Account using the details provided.

Parameters

Name Data Type Required/Optional Description Minimal Length Maximal Length
email String Required Email address of the Customer 3 Characters
name String Required Name of the Customer 3 Characters
password String Required Password for the Customer account, with there must be at least 1 letter and 1 number 8 Characters 15 Characters
company String Required Name of the Customer’s company 2 Characters
address_line_1 String Required Address line 1 of the Customer’s address 3 Characters 64 Characters
address_line_2 String Optional Address line 2 of the Customer’s address 3 Characters 64 Characters
address_line_3 String Optional Address line 3 of the Customer’s address 3 Characters 64 Characters
city String Required City 2 Characters 64 Characters
state String Required State. In case the State information is not available, you need to pass the value for this parameter as Not Applicable.
country_code String Required Country Code as per ISO 3166-1 alpha-2
zipcode String Required ZIP code 1 Characters 10 Characters
tel_cc_no Integer Required Telephone number Country Code 1 Characters 3 Characters
tel_no Integer Required Telephone number 4 Characters 12 Characters
alt_tel_cc_no Integer Optional Alternate phone country code 1 Characters 3 Characters
alt_tel_no Integer Optional Alternate phone number 4 Characters 12 Characters
mobile_cc_no Integer Optional Mobile country code 1 Characters 3 Characters
mobile_no Integer Optional Mobile number 4 Characters 12 Characters
fax_cc_no Integer Optional Fax number country code 1 Characters 3 Characters
fax_no Integer Optional Fax number 4 Characters 12 Characters

Leave A Comment?