Geliştirici Merkezi

TR

Mevcut Lisansları Listeleme

Bu API komutu ile "mevcut lisansları listeleme" işlemi sağlanır.
METHOD POST
URL < API URL >order/list
Content-Type application/json

Parametreler
İsim Zorunlu Açıklama
key Evet Elde ettiğiniz API anahtarı bilgisi

Örnek İstek

{
	"key":"< API KEY >",
}
Örnek Çıktı
{
    "status": "successful",
    "total": 1,
    "data": [
        {
            "id": "509",
            "status": "active",
            "product_type": "software",
            "product_id": "64",
            "product_name": "Example Software Script",
            "period_type": "year",
            "period_duration": "1",
            "product_amount": "59.8760",
            "product_amount_f": "$59.88",
            "currency": "USD",
            "domain": "testexampledomain3.com",
            "creation_date": "2020-02-27 14:12:00",
            "renewal_date": "2020-02-28 15:25:45",
            "due_date": "2023-02-27 14:12:00"
        }
    ]
}
Lisans Domain Değiştirme Kurulum Dosyası İndirme

Bir Sorunuz mu Var?

Bize yazmaktan çekinmeyin. En kısa sürede yanıt göndereceğiz.
Bize Ulaşın.
Copyright © 2024. All Rights Reserved.
Join Our Discord Channel
Top