Hi,

Can some body help me write the php and the html code for this.? let me know how much.

Thank you,

Val


Resellername: examplereseller
Customer: excust*examplereseller
Reseller password 9876qwer
Customer’s password: 1a2b3c
Customer’s CLI: 004412345678 (when the CLI is linked to the account, your customer can use local access numbers without identifying himself with a code)


“to retrieve the call history from your customer”
https://www.voipinfocenter.com/api/r...ection=_______
username = the username of the reseller
password = the password of the reseller
customer = the username of the customer
date = the date from where the history is retrieved, format: yyyy-MM-dd HH:mm:ss Set to current time when not specified and direction is set to backward. This parameter is optional.
callid = the callid to display history of: 0 when not specified. This parameter is optional.
direction = the direction to search: valid values are 'forward' or 'backward', backward when not specified. This parameter is optional.
recordcount = the maximum number of records returned: 10 when not specified and 500 is maximum. This parameter is optional.


https://www.voipinfocenter.com/api/r...ate=2014-10-25 00:00:01&recordcount=100&direction=backward
or
https://www.voipinfocenter.com/api/r...ecordcount=500


“to use for changing the password of your customer”
https://www.voipinfocenter.com/API/R...sword=________
username = the username of the reseller
password = the password of the reseller
customer = the username of the customer
oldcustomerpassword = the old password of the customer
newcustomerpassword = the new password of the customer

https://www.voipinfocenter.com/API/R...assword=111abc



“to create a new customer”
https://www.voipinfocenter.com/API/R...callcli=______
username = the username of the reseller
password = the password of the reseller
customer = the username of the customer
customerpassword = the password of the customer
geocallcli = a CLI used with geocalls. CLI format should be international and digits only. +4412345678 should become %2B4412345678 in you url.

https://www.voipinfocenter.com/API/R...=%2B4412345678



"to check if your customer username/password combination is correct"
https://www.voipinfocenter.com/API/R...ssword=_______
username = the username of the reseller
password = the password of the reseller
customer = the username of the customer
customerpassword = the password of the customer

https://www.voipinfocenter.com/API/R...assword=1a2b3c



“to change the properties of your customer’s account: block/unblock and add/remove a CLI”
https://www.voipinfocenter.com/API/R...locked=_______
username = the username of the reseller
password = the password of the reseller
customer = the username of the customer
geocallcli_options = Use this in combination with geocallcli to add or delete a number. options avalaible: add / delete. This parameter is optional.
geocallcli = a geocallcli. This parameter is optional . +44123123123 should become %2B44123123123 in you url.
customerblocked = Use this to block or unblock a user. options avalable: true / false. This parameter is optional.

To block a customer:
https://www.voipinfocenter.com/API/R...ustomer=excust &customerblocked=true
To unblock a customer:
https://www.voipinfocenter.com/API/R...ustomer=excust &customerblocked=false

To add a CLI:
https://www.voipinfocenter.com/API/R...=%2B4412346578
To remove a CLI
https://www.voipinfocenter.com/API/R...=%2B4412346578



“to get your customer information including current balance”
https://www.voipinfocenter.com/API/R...tomer=________
username = the username of the reseller
password = the password of the reseller
customer = the customer of which to get the information

https://www.voipinfocenter.com/API/R...ustomer=excust



"to transfer credit to the customer"
https://www.voipinfocenter.com/api/r...mount=________
username = the username of the reseller
password = the password of the reseller
customer = the username of the customer
amount = the amount to add or deduct from an account. Use a minus in front of the amount to deduct.

Add 2.50:
https://test.voipinfocenter.com/api/...st&amount=2.50
Remove 2.50:
https://test.voipinfocenter.com/api/...t&amount=-2.50