| METHOD | POST |
| URL | < API URL >buy |
| Content-Type | application/json |
| İsim | Zorunlu | Açıklama |
| key | Evet | Elde ettiğiniz API anahtarı bilgisi. |
| type | Evet | Ürünün tür bilgisi. Olabilecek değerler: hosting, server, software, special, sms |
| id | Evet | Ürünün kimlik numarası. |
| period_type | Evet | Ürünün hangi periyota ait olduğu. Olabilecek değerler: none, year, month, week, day, hour |
| period_duration | Evet | Ürünün periyot süresi. |
| options[...array...] | İsteğe Bağlı | Eğer üründe domain, hostname, nameserver, password, IP gibi bilgilere ihtiyaç duyuluyorsa, bu parametre içinde gönderilebilir. |
{
"key":"< API KEY >",
"type":"hosting",
"id":100,
"period_type":"month",
"period_duration":1,
"options":
{
"domain":"example.com"
}
}
{
"status":"successful",
"invoice_id":123,
"order_id":1001,
"fee":9.99,
"fee_formatted":"$9.99",
}
Bilgi bankasını detaylı olarak incelediniz, fakat ihtiyacınız olan bilgiyi bulamıyorsanız,
Bir Destek Talebi Oluşturun.