In order to create an iCount account via the API you must have a partner code.
If you have your own iCount account your partner code is under “System -> Affiliate program” and if you don’t – please contact us for further information
The API endpoint is
https://api.icount.net/api/extcc.php with the following variables:
Key |
Type |
Description |
Possible values |
Default |
Mandatory |
option |
varchar |
actually_register |
|
|
Yes |
cname |
varchar |
Real company name |
|
|
Yes |
reg_code |
varchar |
Your assigned reg code |
|
|
Yes |
fname |
varchar |
First name – account owner |
|
|
Yes |
lname |
varchar |
Last name – account owner |
|
|
Yes |
uname |
varchar |
Username |
|
|
Yes |
cid |
varchar |
Company Identifier |
|
|
Yes |
pass |
varchar |
Password |
|
|
Yes |
hp |
varchar |
Tax Identification Number |
|
|
Yes |
email |
varchar |
Email address |
|
|
Yes |
cell_phone |
varchar |
Cell phone |
|
|
Yes |
city |
varchar |
City address |
|
|
No |
street |
varchar |
Street address |
|
|
No |
address_num |
varchar |
Street number |
|
|
No |
address_country |
varchar |
Country |
|
|
No |
zip |
varchar |
Zip code |
|
|
No |
The response will be a string.
- created – Everything is fine and the user got all the details via email.
Any other response is an error and you should try again.