Signing Up

Signing Up

Description

Creates a Sub-Reseller Account using the details provided.

Parameters

Name Data Type Required / Optional Description
auth-userid Integer Required Authentication Parameter
api-key or auth-password String Required Authentication Parameter
username String Required Username for the Sub-Reseller account. Username should be an email address.
passwd String Required

Password for the Sub-Reseller account.

name String Required Name of the Sub-Reseller
company String Required Company Name of the Sub-Reseller
address-line-1 String Required Address line 1 of the Sub-Reseller's address
city String Required City
state String Required State
country String Required Country Code as per ISO 3166-1 alpha-2
zipcode String Required ZIP code
phone-cc String Required Phone number Country Code
phone String Required Phone number
lang-pref String Required Language Code as per ISO
accounting-currency-symbol String Required Accounting Currency Symbol of Sub-Reseller
selling-currency-symbol String Required Selling Currency Symbol of Sub-Reseller
sales-contact-id Integer Optional Sales User Id of Parent Sub-Reseller
address-line-2 String Optional Address line 2 of the Sub-Reseller's address
address-line-3 String Optional Address line 3 of the Sub-Reseller's address
alt-phone-cc String Optional Alternate phone country code
alt-phone String Optional Alternate phone number
fax-cc String Optional Fax number country code
fax String Optional Fax number
mobile-cc String Optional Mobile number Country Code
mobile String Optional Mobile number

HTTP Method

POST

Example Test URL Request

https://test.httpapi.com/api/resellers/signup.xml?auth-userid=0&api-key;=key&username;[email protected]&passwd;=password9&name;=name &company;=company&address-line-1;=address-line-1&city;=city&state;=state&country;=US&zipcode;=0000&phone-cc;=0☎=000000&sales-contact-id;=0&accounting-currency-symbol;=USD&selling-currency-symbol;=USD&lang-pref=en

Response

Creates a Sub-Reseller Account and returns below details of the newly added Sub-Reseller. The response data varies based on the Sub-Reseller Signup option set by you within your Reseller Account:

Sub-Reseller Signup Option Response Data
Manual Activation
  • Sub-Reseller Signup Option (activationstatus)

  • Sub-Reseller Account Creation Action Id (eaqid)

  • Sub-Reseller Account Creation Action Status (status)

  • Reseller ID (resellerid)

  • Minimum Total Receipts required for Activation (minreceiptrequired)

Activation on Total Receipts
  • Sub-Reseller Signup Option (activationstatus)

  • Sub-Reseller Account Creation Action Id (eaqid)

  • Sub-Reseller Account Creation Action Status (status)

  • Reseller ID (resellerid)

  • Minimum Total Receipts required for Activation (minreceiptrequired)

Direct Activation
  • Sub-Reseller Account Creation Action Status (status)

  • Reseller ID (resellerid)

In case of any errors, a status key with value as ERROR alongwith an error message will be returned.