Create
Creates a new client.
Parameters:
- company_name - it represents the client's name
- admin_email
- admin_first_name
- admin_last_name
- admin_password
- admin_password_confirmation
- contact_email - mandatory when contact_as_admin is not used
- contact_first_name - mandatory when contact_as_admin is not used
- contact_last_name - mandatory when contact_as_admin is not used
- contact_password - mandatory when contact_as_admin is not used
- contact_password_confirmation - mandatory when contact_as_admin is not used
Optional parameters:
- manager_id - internal use
- parent_id
- currency
- address1
- address2
- city
- province_id - see the class Country for details
- postal_code
- country_id - see the class Country for details
- website
- phone
- fax
- contact_same_as_admin - the only possible value which it can takes is 1
- admin_title
- admin_office_phone
- admin_mobile_phone
- admin_language
- admin_tiemzone_id - see the function Client::GetTimezones for details
- admin_language
- contact_title
- contact_language
- contact_timezone_id - see the function Client::GetTimezones for details
- contact_office_phone
- contact_mobile_phone
Returns:
- confirmation - the confirmation id; see Client::Activate for details
XML request:
XML response: