API documentation
Güncelle Domain ?leti?ims
Bu API, bir domain'in ileti?im bilgilerini de?i?tirebilir
Content-Type
application-json
kategori
domain
i?lem
change_contact
?stek parametreleri
| Parametre Ad? | Tür | A??klama | ?rnek |
|---|---|---|---|
| domain | String (3-60) | Alan ad? | example.com |
| name | String (1-16) | Kay?t sahibinin ad? | Xiao Ming |
| organization | String (1-255) | Kurulu? / ?irket ad? | XXX Ltd. |
| address | String (1-255) | Posta adresi | BeiJing |
| country | String (1-255) | ülke Kodu, ?rne?in CN | CN |
| state | String (1-255) | ?l / Eyalet | BeiJing |
| city | String (1-255) | ?ehir k?saltmas? | BJ |
| postcode | Tamsay? (6) | Posta kodu / Zip kodu | 100000 |
| phone | Say?lar? ay?rmak i?in "." (30) | +ülke kodu.alan kodu ve telefon numaras? | +86.13800000000 |
| fax | Say?lar? ay?rmak i?in "." (30) | +ülke kodu.alan kodu ve faks numaras? | +86.13800000000 |
| E-posta adresi | E-posta adresi | [email protected] |
?stek ?rne?i
{
curl https://api.nicenic.net/v2/?category=domain&action=change_contact&domain={domain}&name={name}&organization={organization}&address={address}&country={country}&state={state}&city={city}&postcode={postcode}&phone={phone}&fax={fax}&email={email}
-H "Authorization: username:api_secret"
-H "Content-Type: application/json"
}
D?nü? sonucu
0 OK
Ba?ar?l? yan?t
{
"code": 0,
"msg" : "success",
"data" : {
}
}
400 Hatal? ?stek
{
"code": 400,
"msg" : "Request parameter error",
}






