Farklı Pakete Geçiş Yapma
Bu API komutu ile "Farklı bir Pakete Geçiş Yapma" işlemi sağlanır.
METHOD | POST |
URL | < API URL >order/upgrade |
Content-Type | application/json |
Parametreler
İsim | Zorunlu | Açıklama |
id | Evet | Hizmete ait kimlik numarası |
upgrade_product_type | Evet | Yükseltilecek ürünün türü Olabilecek Değer: software |
upgrade_product_id | Evet | Yükseltilecek ürünün kimlik numarası Olabilecek Değer: Branded: 171, Unbranded: 92 |
Örnek İstek
{
"key":"< API KEY >",
"id":1001,
"upgrade_product_type":"software",
"upgrade_product_id":171
}
Örnek Çıktı
{
"status":"successful",
"invoice_id":1234,
"fee":9.99,
"fee_formatted":"$9.99"
}