Difference between revisions of "AWBS API"

From AWBS Wiki
Jump to: navigation, search
(resetpassword)
(verifyuser)
 
(73 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
== Available Commands ==
 
== Available Commands ==
 
===adduser===
 
===adduser===
 +
'''Available Parameters:'''
 
{| border = 1
 
{| border = 1
 
! PARAMETER !! DESCRIPTION
 
! PARAMETER !! DESCRIPTION
 
|-
 
|-
|'''activate''' ||(1=Active 2=Canceled 3=Pending 4=Suspended 5=Fraud 9=Flagged)
+
|'''activate''' ||1=Active 2=Canceled 3=Pending 4=Suspended 5=Fraud 9=Flagged
 
|-
 
|-
|'''address1''' ||
+
|'''address1''' ||User's Postal Address Line 1
 
|-
 
|-
|'''address2''' ||
+
|'''address2''' ||User's Postal Address Line 2
 
|-
 
|-
|'''city''' ||
+
|'''city''' ||User's City
 
|-
 
|-
|'''company''' ||
+
|'''company''' ||Company Name
 
|-
 
|-
|'''country''' || (2 letter country code)
+
|'''country''' || 2 letter country code
 
|-
 
|-
|'''countrycode''' || (2 or 3 digit country dialing code)
+
|'''countrycode''' || 2 or 3 digit country dialing code
 
|-
 
|-
|'''custom1''' ||
+
|'''custom1''' ||Custom Field 1 Information
 
|-
 
|-
|'''custom2''' ||
+
|'''custom2''' ||Custom Field 2 Information
 
|-
 
|-
|'''custom3''' ||
+
|'''custom3''' ||Custom Field 3 Information
 
|-
 
|-
|'''email''' ||
+
|'''email''' ||User's E-Mail Address
 
|-
 
|-
|'''fax''' ||
+
|'''fax''' ||User's Fax Number
 
|-
 
|-
|'''first_name''' ||
+
|'''first_name''' ||User's First Name
 
|-
 
|-
|'''groupname''' || (group id number)
+
|'''groupname''' ||User group ID number
 
|-
 
|-
|'''jobtitle''' ||
+
|'''jobtitle''' ||User's Job Title
 
|-
 
|-
|'''language''' || (default=english)
+
|'''language''' ||Language for User (default=english)
 
|-
 
|-
|'''last_login''' || (unix time)
+
|'''last_login''' ||Last login time for user, must be in unix time
 
|-
 
|-
|'''last_name''' ||
+
|'''last_name''' ||User's Last Name
 
|-
 
|-
|'''last_transaction''' || (unix time)
+
|'''last_transaction''' ||Last Transaction time by user, must be in unix time
 
|-
 
|-
|'''lpanswer''' || (secret answer)
+
|'''lpanswer''' ||Secret Answer
 
|-
 
|-
|'''lpquestion''' || (secret question)
+
|'''lpquestion''' ||Secret Question
 
|-
 
|-
|'''mail_type''' || (1=text 2=html)
+
|'''mail_type''' ||1=Text 2=HTML
 
|-
 
|-
|'''maillist''' || (add to maillist 1=yes 0=no)
+
|'''maillist''' ||Add to mailing list 1=Yes 0=No
 
|-
 
|-
|'''password''' || (md5 encoded password)
+
|'''password''' ||MD5 Encoded Password for User
 
|-
 
|-
|'''phone''' ||
+
|'''phone''' ||User's Phone Number (no spaces, or hyphens)
 
|-
 
|-
|'''ppassword''' || (password in plain text)
+
|'''ppassword''' ||User's Password in plain text
 
|-
 
|-
|'''province''' ||
+
|'''province''' ||User's Province of Residence
 
|-
 
|-
|'''refill_notify''' || (1=yes 0=no)
+
|'''refill_notify''' ||1=Yes 0=No
 
|-
 
|-
|'''resellermaxaccts''' ||
+
|'''resellermaxaccts''' ||Maximum number of eNom Reseller accounts allowed
 
|-
 
|-
|'''rspchoice''' || (1=state 2=province 3=no choice)
+
|'''rspchoice''' ||Region Selection Type 1=State 2=Province 3=No choice
 
|-
 
|-
|'''second_email''' ||
+
|'''second_email''' ||Secondary E-Mail for User
 
|-
 
|-
|'''sendmail''' ||
+
|'''sendmail''' ||Send New Account E-Mail to User
 
|-
 
|-
|'''state''' ||
+
|'''state''' ||User's State of Residence
 
|-
 
|-
|'''username''' ||
+
|'''username''' ||Username to be used by user
 
|-
 
|-
|'''zip''' ||
+
|'''zip''' ||Zip Code or Postal Code
 
|}
 
|}
  
 
===addhosting===
 
===addhosting===
 +
'''Available Parameters:'''
 
{| border = 1
 
{| border = 1
 
! PARAMETER !! DESCRIPTION
 
! PARAMETER !! DESCRIPTION
 
|-
 
|-
|'''addtoqueue''' ||
+
|'''addtoqueue''' ||Add hosting setup to the Queue
 
|-
 
|-
|'''afid''' || (affiliate id)
+
|'''afid''' ||Affiliate ID (If account is to be associated with an affiliate)
 
|-
 
|-
|'''bw''' || (bandwidth in MB)
+
|'''bw''' ||Bandwidth in MB
 
|-
 
|-
|'''domain''' ||
+
|'''diskspace''' ||Disk space in MB (Not available until 2.9.1)
 
|-
 
|-
|'''hplan''' || (case sensitive hosting plan)
+
|'''domain''' ||Domain to be used on Hosting Account
 
|-
 
|-
|'''ip''' ||
+
|'''hplan''' ||Hosting Plan Name (Case Sensitive, Must match AWBS Hosting Plan)
 
|-
 
|-
|'''next_invoice''' || (next invoice generation date (unixtime))
+
|'''ip''' ||IP address associated with Hosting Plan
 
|-
 
|-
|'''ns1''' || (nameserver1)
+
|'''next_invoice''' ||Next invoice generation date (unixtime)
 
|-
 
|-
|'''ns2''' || (nameserver2)
+
|'''ns1''' ||Nameserver 1
 
|-
 
|-
|'''owner''' || (owners username)
+
|'''ns2''' ||Nameserver 2
 
|-
 
|-
|'''price_override''' || (override amount)
+
|'''owner''' ||Owner Username
 
|-
 
|-
|'''renew_date''' || (next renew date (unixtime))
+
|'''price_override''' ||Price Override Amount
 
|-
 
|-
|'''renewed_on''' || (last renew (unixtime))
+
|'''renew_date''' ||Next renew date (unixtime)
 
|-
 
|-
|'''server''' || (case sensitive)
+
|'''renewed_on''' ||Last renew (unixtime)
 
|-
 
|-
|'''start_date''' || (default=today)
+
|'''server''' ||Server to setup on (case sensitive)
 
|-
 
|-
|'''status''' || (1=Active 2=Canceled 3=Pending 4=Suspended)
+
|'''start_date''' || Start Date (default=today)
 
|-
 
|-
|'''term''' || (Monthly, Quarterly, BiAnnually, Annually)
+
|'''status''' || Account Status (1=Active 2=Canceled 3=Pending 4=Suspended)
 
|-
 
|-
|'''uname''' || (control panel username)
+
|'''term''' || Term of Hosting (Monthly, Quarterly, BiAnnually, Annually)
 
|-
 
|-
|'''upass''' || (control panel password)
+
|'''uname''' || Control Panel Username
 +
|-
 +
|'''upass''' || Control Panel Password
 
|}
 
|}
  
 
===adddomain===
 
===adddomain===
 +
'''Available Parameters:'''
 
{| border = 1
 
{| border = 1
 
! PARAMETER !! DESCRIPTION
 
! PARAMETER !! DESCRIPTION
 +
|-
 +
|'''addtoqueue''' || '1' = Yes '0' = No
 
|-
 
|-
 
|'''afid''' || (affiliate id)
 
|'''afid''' || (affiliate id)
Line 139: Line 146:
 
|-
 
|-
 
|'''feature5''' || '0'
 
|'''feature5''' || '0'
 +
|-
 +
|'''invoiceid''' ||
 +
|-
 +
|'''invoiceorderid''' ||
 
|-
 
|-
 
|'''owner''' || (owners username)
 
|'''owner''' || (owners username)
 +
|-
 +
|'''price_override''' || Amount of the override
 +
|-
 +
|'''price_override_expires''' || Date override expires in unixtime
 +
|-
 +
|'''profileid''' || If not using default and if adding to queue
 +
|-
 +
|'''queuestatus''' || If adding to queue '1' = Live(default) '5' = Pending
 
|-
 
|-
 
|'''regdate''' || 'Today'
 
|'''regdate''' || 'Today'
Line 153: Line 172:
 
|-
 
|-
 
|'''tld''' ||
 
|'''tld''' ||
 +
|-
 +
|'''years''' || Number of years if adding to queue
 
|}
 
|}
  
 
===suspendhosting===
 
===suspendhosting===
 +
'''Available Parameters:'''
 
{| border = 1
 
{| border = 1
 
! PARAMETER !! DESCRIPTION
 
! PARAMETER !! DESCRIPTION
 
|-
 
|-
|'''domain''' ||
+
|'''domain''' ||Domain name of hosting package to suspend
 
|-
 
|-
|'''owner''' || (owners username)
+
|'''owner''' ||Username on hosting package to suspend
 
|-
 
|-
|'''reseller''' ||
+
|'''reseller''' ||Is this a Reseller account? 1-Yes 0-No
 
|-
 
|-
|'''send_email''' ||
+
|'''send_email''' ||Send E-Mail to User? 1-Yes 0-No
 
|}
 
|}
  
 
===unsuspendhosting===
 
===unsuspendhosting===
 +
'''Available Parameters:'''
 
{| border = 1
 
{| border = 1
 
! PARAMETER !! DESCRIPTION
 
! PARAMETER !! DESCRIPTION
 
|-
 
|-
|'''domain''' ||
+
|'''domain''' ||Domain name of hosting package to unsuspend
 
|-
 
|-
|'''owner''' || (owners username)
+
|'''owner''' ||Username on hosting package to unsuspend
 
|-
 
|-
|'''reseller''' ||
+
|'''reseller''' ||Is this a Reseller account? 1-Yes 0-No
 
|-
 
|-
|'''send_email''' ||
+
|'''send_email''' ||Send E-Mail to User? 1-Yes 0-No
 
|}
 
|}
  
 
===cancelhosting===
 
===cancelhosting===
 +
'''Available Parameters:'''
 
{| border = 1
 
{| border = 1
 
! PARAMETER !! DESCRIPTION
 
! PARAMETER !! DESCRIPTION
 
|-
 
|-
|'''domain''' ||
+
|'''domain''' ||Domain name of hosting package to Cancel
 
|-
 
|-
|'''owner''' || (owners username)
+
|'''owner''' ||Username on hosting package to Cancel
 
|-
 
|-
|'''reseller''' ||
+
|'''reseller''' ||Is this a Reseller account? 1-Yes 0-No
 
|-
 
|-
|'''send_email''' ||
+
|'''send_email''' ||Send E-Mail to User? 1-Yes 0-No
 
|}
 
|}
  
 
===addhostingpackage===
 
===addhostingpackage===
 +
'''Available Parameters:'''
 
{| border = 1
 
{| border = 1
 
! PARAMETER !! DESCRIPTION
 
! PARAMETER !! DESCRIPTION
 
|-
 
|-
|'''annually''' ||
+
|'''annually''' ||Annual Price
 
|-
 
|-
|'''biannually''' ||
+
|'''biannually''' ||Bi-Annual Price
 
|-
 
|-
|'''description''' ||
+
|'''description''' ||Description of Hosting Package
 
|-
 
|-
|'''monthly''' ||
+
|'''monthly''' ||Monthly Price
 
|-
 
|-
|'''planname''' ||
+
|'''planname''' ||Plan Name (No Spaces)
 
|-
 
|-
|'''quarterly''' ||
+
|'''quarterly''' ||Quarterly Price
 
|-
 
|-
|'''serverplan''' ||
+
|'''serverplan''' ||Server Plan name exactly as it appears on Server
 
|-
 
|-
|'''setupfee''' ||
+
|'''setupfee''' ||Setup Fee to be Charged
 
|}
 
|}
  
 
===addhostingserver===
 
===addhostingserver===
 +
'''Available Parameters:'''
 
{| border = 1
 
{| border = 1
 
! PARAMETER !! DESCRIPTION
 
! PARAMETER !! DESCRIPTION
 
|-
 
|-
|'''serverip''' ||
+
|'''serverip''' ||IP Address of Server
 
|-
 
|-
|'''servername''' ||
+
|'''servername''' ||Server Name to be used
 
|}
 
|}
  
 
===resetpassword===
 
===resetpassword===
 +
'''Available Parameters:'''
 
{| border = 1
 
{| border = 1
 
! PARAMETER !! DESCRIPTION
 
! PARAMETER !! DESCRIPTION
Line 239: Line 266:
 
helpdesk|others|reminders|contact_form|package_queue|users
 
helpdesk|others|reminders|contact_form|package_queue|users
 
===checkapi===
 
===checkapi===
 +
 +
Sending &checkapi=1 will return SUCCESS if you validate on the api (and pass ip check).
 +
 
===addinvoice===
 
===addinvoice===
 +
'''Available Parameters:'''
 +
{| border = 1
 +
! PARAMETER !! DESCRIPTION
 +
|-
 +
|'''affiliate_id''' ||Affiliate ID to link with invoice
 +
|-
 +
|'''ccpay''' ||Process payment if user has credits or a credit card on file (0 = No, 1 = Yes)
 +
|-
 +
|'''due_date''' ||Due Date of Invoice (unix time)
 +
|-
 +
|'''invoice_description''' ||Invoice Description
 +
|-
 +
|'''item_description''' ||Item Description
 +
|-
 +
|'''itype''' ||Domains=1,Hosting=2,Domain with Hosting=3,Others=6,Servers=8,Addons=9
 +
|-
 +
|'''owner''' ||Username of user being invoiced
 +
|-
 +
|'''packageid''' ||PackageID
 +
|-
 +
|'''send_email''' ||Send mail to User? y/n
 +
|-
 +
|'''tax_code''' ||Domain package=1,Hosting package=2,Setup fee=3,Server package=4,Other package=5,Reactivation fee=6,Declined CC= 7,Addon package=8
 +
|-
 +
|'''total''' ||Total of Invoice
 +
|}
 +
 
===getcart===
 
===getcart===
 +
 +
cartid (found in COOKIE[cartId])
 +
 
===checkdomain===
 
===checkdomain===
 +
'''Available Parameters:'''
 +
{| border = 1
 +
! PARAMETER !! DESCRIPTION
 +
|-
 +
|'''sld''' || SLD of Domain to be Checked
 +
|-
 +
|'''tld''' || TLD of Domain to be Checked
 +
|}
 +
'''Returns:''' ''AVAIL, NOTAVAIL or ERROR''
 +
 
===getuser===
 
===getuser===
 +
'''Available Parameters:'''
 +
{| border = 1
 +
! PARAMETER !! DESCRIPTION
 +
|-
 +
|'''username''' || To view the return on the array you must: ''unserialize(base64_decode(urldecode(return_variable)))''<br/>Values contained in the array include:<br />''address1, address2, city, country, countrycode, custom1, custom2, custom3, email, fax,<br /> firstname, fraudbypass, groupnumber, id, jobtitle, language, lastlogin, lastname, phone, province,<br />rspchoice, secondemail, state, taxexempt, trusteduser, userid, zip''
 +
|}
 +
 
===payinvoice===
 
===payinvoice===
 +
'''Available Parameters:'''
 +
{| border = 1
 +
! PARAMETER !! DESCRIPTION
 +
|-
 +
|'''amount''' ||Total amount being applied
 +
|-
 +
|'''authcode''' ||Auth code or Check number of payment
 +
|-
 +
|'''cardtype''' ||Credit Card or Payment type
 +
|-
 +
|'''invoiceid''' ||InvoiceID to be paid
 +
|-
 +
|'''owner''' ||Username invoice is assigned to
 +
|}
 +
 
===updatecc===
 
===updatecc===
 +
'''Available Parameters:'''
 +
{| border = 1
 +
! PARAMETER !! DESCRIPTION
 +
|-
 +
|'''ccaddress''' ||Street Address (Must match billing address for Credit Card)
 +
|-
 +
|'''cccard''' ||Card Type - mc, visa, amex, etc
 +
|-
 +
|'''cccity''' ||City (Must match billing address for Credit Card)
 +
|-
 +
|'''cccountry''' ||Country (Must match billing address for Credit Card)
 +
|-
 +
|'''ccissuenumber''' ||Credit Card Issue Number
 +
|-
 +
|'''ccmonth''' ||Expiry Month of Card
 +
|-
 +
|'''ccname1''' ||First Name on Card
 +
|-
 +
|'''ccname2''' ||Last Name on Card
 +
|-
 +
|'''ccnumber''' ||Credit Card Number
 +
|-
 +
|'''ccphone''' ||Phone number of Credit Card user
 +
|-
 +
|'''ccstartmonth''' ||Start Month of Credit Card
 +
|-
 +
|'''ccstartyear''' ||Start Year of Credit Card
 +
|-
 +
|'''ccstate''' ||State (Must match billing address for Credit Card)
 +
|-
 +
|'''ccyear''' ||Expiry Year of Credit Card
 +
|-
 +
|'''cczip''' ||Zip or Postal Code (Must match billing address for Credit Card)
 +
|-
 +
|'''clearcc''' ||Clear saved credit card info 1-Yes
 +
|-
 +
|'''owner''' ||Username to save under
 +
|}
 +
 
===verifyuser===
 
===verifyuser===
 +
'''Available Parameters:'''
 +
{| border = 1
 +
! PARAMETER !! DESCRIPTION
 +
|-
 +
|'''password''' || (md5 encoded user password)
 +
|-
 +
|'''username''' ||
 +
|}
 +
 +
===renewdomain===
 +
'''Available Parameters:'''
 +
{| border = 1
 +
! PARAMETER !! DESCRIPTION
 +
|-
 +
|'''sld''' || SLD of Domain to be renewed
 +
|-
 +
|'''tld''' || TLD of Domain to be renewed
 +
|-
 +
|'''owner''' || Owner (Username) of Domain
 +
|-
 +
|'''years''' || Number of years to be renewed
 +
|-
 +
|'''invoiceid''' || InvoiceID for renewal
 +
|}
  
 
== Usage Instructions ==
 
== Usage Instructions ==

Latest revision as of 12:34, February 23, 2012

Available Commands

adduser

Available Parameters:

PARAMETER DESCRIPTION
activate 1=Active 2=Canceled 3=Pending 4=Suspended 5=Fraud 9=Flagged
address1 User's Postal Address Line 1
address2 User's Postal Address Line 2
city User's City
company Company Name
country 2 letter country code
countrycode 2 or 3 digit country dialing code
custom1 Custom Field 1 Information
custom2 Custom Field 2 Information
custom3 Custom Field 3 Information
email User's E-Mail Address
fax User's Fax Number
first_name User's First Name
groupname User group ID number
jobtitle User's Job Title
language Language for User (default=english)
last_login Last login time for user, must be in unix time
last_name User's Last Name
last_transaction Last Transaction time by user, must be in unix time
lpanswer Secret Answer
lpquestion Secret Question
mail_type 1=Text 2=HTML
maillist Add to mailing list 1=Yes 0=No
password MD5 Encoded Password for User
phone User's Phone Number (no spaces, or hyphens)
ppassword User's Password in plain text
province User's Province of Residence
refill_notify 1=Yes 0=No
resellermaxaccts Maximum number of eNom Reseller accounts allowed
rspchoice Region Selection Type 1=State 2=Province 3=No choice
second_email Secondary E-Mail for User
sendmail Send New Account E-Mail to User
state User's State of Residence
username Username to be used by user
zip Zip Code or Postal Code

addhosting

Available Parameters:

PARAMETER DESCRIPTION
addtoqueue Add hosting setup to the Queue
afid Affiliate ID (If account is to be associated with an affiliate)
bw Bandwidth in MB
diskspace Disk space in MB (Not available until 2.9.1)
domain Domain to be used on Hosting Account
hplan Hosting Plan Name (Case Sensitive, Must match AWBS Hosting Plan)
ip IP address associated with Hosting Plan
next_invoice Next invoice generation date (unixtime)
ns1 Nameserver 1
ns2 Nameserver 2
owner Owner Username
price_override Price Override Amount
renew_date Next renew date (unixtime)
renewed_on Last renew (unixtime)
server Server to setup on (case sensitive)
start_date Start Date (default=today)
status Account Status (1=Active 2=Canceled 3=Pending 4=Suspended)
term Term of Hosting (Monthly, Quarterly, BiAnnually, Annually)
uname Control Panel Username
upass Control Panel Password

adddomain

Available Parameters:

PARAMETER DESCRIPTION
addtoqueue '1' = Yes '0' = No
afid (affiliate id)
auto_renew '1'
domainid
expiredate
feature1 '1'
feature2 '1'
feature3 '1'
feature4 '1'
feature5 '0'
invoiceid
invoiceorderid
owner (owners username)
price_override Amount of the override
price_override_expires Date override expires in unixtime
profileid If not using default and if adding to queue
queuestatus If adding to queue '1' = Live(default) '5' = Pending
regdate 'Today'
registrar (Enom, Directi, Irrp, Generic, Nominet, Custom1)
regstatus ((Case Sensitive) Closed, Completed, Pending, Error, Canceled, Locked, Lost,Failed)
regtype ((Case sensitive) New, Renew, Transfer, DNS)
sld
tld
years Number of years if adding to queue

suspendhosting

Available Parameters:

PARAMETER DESCRIPTION
domain Domain name of hosting package to suspend
owner Username on hosting package to suspend
reseller Is this a Reseller account? 1-Yes 0-No
send_email Send E-Mail to User? 1-Yes 0-No

unsuspendhosting

Available Parameters:

PARAMETER DESCRIPTION
domain Domain name of hosting package to unsuspend
owner Username on hosting package to unsuspend
reseller Is this a Reseller account? 1-Yes 0-No
send_email Send E-Mail to User? 1-Yes 0-No

cancelhosting

Available Parameters:

PARAMETER DESCRIPTION
domain Domain name of hosting package to Cancel
owner Username on hosting package to Cancel
reseller Is this a Reseller account? 1-Yes 0-No
send_email Send E-Mail to User? 1-Yes 0-No

addhostingpackage

Available Parameters:

PARAMETER DESCRIPTION
annually Annual Price
biannually Bi-Annual Price
description Description of Hosting Package
monthly Monthly Price
planname Plan Name (No Spaces)
quarterly Quarterly Price
serverplan Server Plan name exactly as it appears on Server
setupfee Setup Fee to be Charged

addhostingserver

Available Parameters:

PARAMETER DESCRIPTION
serverip IP Address of Server
servername Server Name to be used

resetpassword

Available Parameters:

PARAMETER DESCRIPTION
newpassword (plain text)
user
userid

checkserverstats

Note: checkserverstats will return a list of open/pending items separated by a pipe (|) character. helpdesk|others|reminders|contact_form|package_queue|users

checkapi

Sending &checkapi=1 will return SUCCESS if you validate on the api (and pass ip check).

addinvoice

Available Parameters:

PARAMETER DESCRIPTION
affiliate_id Affiliate ID to link with invoice
ccpay Process payment if user has credits or a credit card on file (0 = No, 1 = Yes)
due_date Due Date of Invoice (unix time)
invoice_description Invoice Description
item_description Item Description
itype Domains=1,Hosting=2,Domain with Hosting=3,Others=6,Servers=8,Addons=9
owner Username of user being invoiced
packageid PackageID
send_email Send mail to User? y/n
tax_code Domain package=1,Hosting package=2,Setup fee=3,Server package=4,Other package=5,Reactivation fee=6,Declined CC= 7,Addon package=8
total Total of Invoice

getcart

cartid (found in COOKIE[cartId])

checkdomain

Available Parameters:

PARAMETER DESCRIPTION
sld SLD of Domain to be Checked
tld TLD of Domain to be Checked

Returns: AVAIL, NOTAVAIL or ERROR

getuser

Available Parameters:

PARAMETER DESCRIPTION
username To view the return on the array you must: unserialize(base64_decode(urldecode(return_variable)))
Values contained in the array include:
address1, address2, city, country, countrycode, custom1, custom2, custom3, email, fax,
firstname, fraudbypass, groupnumber, id, jobtitle, language, lastlogin, lastname, phone, province,
rspchoice, secondemail, state, taxexempt, trusteduser, userid, zip

payinvoice

Available Parameters:

PARAMETER DESCRIPTION
amount Total amount being applied
authcode Auth code or Check number of payment
cardtype Credit Card or Payment type
invoiceid InvoiceID to be paid
owner Username invoice is assigned to

updatecc

Available Parameters:

PARAMETER DESCRIPTION
ccaddress Street Address (Must match billing address for Credit Card)
cccard Card Type - mc, visa, amex, etc
cccity City (Must match billing address for Credit Card)
cccountry Country (Must match billing address for Credit Card)
ccissuenumber Credit Card Issue Number
ccmonth Expiry Month of Card
ccname1 First Name on Card
ccname2 Last Name on Card
ccnumber Credit Card Number
ccphone Phone number of Credit Card user
ccstartmonth Start Month of Credit Card
ccstartyear Start Year of Credit Card
ccstate State (Must match billing address for Credit Card)
ccyear Expiry Year of Credit Card
cczip Zip or Postal Code (Must match billing address for Credit Card)
clearcc Clear saved credit card info 1-Yes
owner Username to save under

verifyuser

Available Parameters:

PARAMETER DESCRIPTION
password (md5 encoded user password)
username

renewdomain

Available Parameters:

PARAMETER DESCRIPTION
sld SLD of Domain to be renewed
tld TLD of Domain to be renewed
owner Owner (Username) of Domain
years Number of years to be renewed
invoiceid InvoiceID for renewal

Usage Instructions

  1. Edit your Extended System Config and allow API access from your IP in the remote_list field. Note: Each allowed IP is separated by a | (pipe)
  2. Set your Private Key in AWBS System Setup/System Options.

The API currently accepts HTTP POST only.

Sample cURL Post

$data="command=adduser&help=1&accesskey=mykey";
$ch = curl_init();
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_POST, 1);
curl_setopt($ch, CURLOPT_POSTFIELDS, "$data");
curl_setopt($ch, CURLOPT_URL, "https://www.yoursite.com/interface.php");
curl_setopt($ch, CURLOPT_SSL_VERIFYHOST,  0);
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
curl_setopt($ch, CURLOPT_TIMEOUT, 15); 
$ret = curl_exec($ch);
curl_close($ch);

Note: You can alternatively send: &maccesskey=[md5 encoded key as shown on the System Config page] if you wish to not send the key in plain text

Return and Options

Posting help=1 will get you help on the function sent in the command.

When not sending help=1, you will receive either a "SUCCESS" response, or if the call failed, you will receive an "ERROR,error description" response.

You can also send the &altout=1 command. This will cause the api to return the insert_id for sql injections instead of the usual SUCCESS. Sending &checkapi=1 will return SUCCESS if you validate on the api (and pass ip check).