|
The following API command is used to obtain the registrycode for a domain name via API.
--------------------------------------------------------------------------------------------------
getregistrycode
Gets the registrycode of the domain.
|Parameter |Data Type |Required |Values |Default |Description
type getregistrycode
|resellerno |integer |Required |- |- |Reseller no
|resellerpwd |string |Required |- |- |Reseller password
|lang |string |Optional |en,tr |en |Response language
|responsetype |string |Optional |json,xml |json |Response format
|domain |integer |Required |- |- |Domain Name
Example:
https://api.alantron.com/action.json?type=getregistrycode&resellerno=1111&resellerpwd=sifre&lang=tr&responsetype=json&domain=domain.com
Response:
If the operation succeeds it returns the registrycode parameter
HTTP Method: POST
|