API documentation
Transfer Domain In
Operasi ini dapat memindahkan domain name dari registrar lain ke NiceNIC
Content-Type
application-json
kategori
domain
aksi
transfer
Parameter permintaan
| Nama parameter | Tipe | Deskripsi | Contoh |
|---|---|---|---|
| domain | String (3-60) | Nama domain | example.com |
| authcode | String | Kode transfer domain tahunan | Transfer and renew term |
| year | Bilangan bulat (4) | Masa pendaftaran adalah 1 hingga 10 tahun, dengan beberapa pengecualian untuk domain tertentu. | 1 |
| dns1 | Server | Nameserver utama | ns3.my-ndns.com |
| dns2 | Server | nameserver sekunder | ns4.my-ndns.com |
| organization | String (1-255) | Nama organisasi / perusahaan | XXX Ltd. |
| name | String (1-16) | Nama pendaftar | Xiao Ming |
| country | String (1-255) | Kode negara, seperti CN | CN |
| state | String (1-255) | Provinsi / Negara bagian | BeiJing |
| city | String (1-255) | Singkatan kota | BJ |
| address | String (1-255) | Alamat surat | BeiJing |
| postcode | Bilangan bulat (4-10) | Kode pos | 100000 |
| phone | "." untuk memisahkan angka (30) | +Kode negara.kode area dan nomor telepon | +86.13800000000 |
| fax | "." untuk memisahkan angka (30) | +Kode negara.kode area dan nomor faks | +86.13800000000 |
| Alamat email | Alamat email | [email protected] |
Contoh Permintaan
{
curl https://api.nicenic.net/v2/?category=domain&action=transfer&domain={domain}&authcode={authcode}&year={year}&dns1={dns1}&dns2={dns2}&organization={organization}&name={name}&country={country}&state={state}&city={city}&address={address}&postcode={postcode}&phone={phone}&fax={fax}&email={email}
-H "Authorization: username:api_secret"
-H "Content-Type: application/json"
}
Kembalikan hasil
201 OK
Respons berhasil
{
"code": 201,
"msg" : "Pending order, please wait for the order to be processed!",
"data" : {
}
}
400 Permintaan tidak valid
{
"code": 400,
"msg" : "Request parameter error",
}






