Viewing License Details
With this API command, "Viewing License Details" process is provided.
METHOD |
POST |
URL |
< API URL >order/detail |
Content-Type |
application/json |
Parameters
Name |
Mandatory |
Description |
key |
Yes |
API key information you obtained. |
id |
Yes |
ID number of the service. |
Sample Request
{
"key":"< API KEY >",
"id":10001
}
Sample Output
{
"id": "511",
"status": "active",
"period_type": "month",
"period_duration": "1",
"product_name": "Sample Software Product",
"product_type": "software",
"product_id": "64",
"product_amount": "44.5477",
"product_amount_f": "$44.55",
"currency": "USD",
"domain": "sample.com",
"change_domain_has_expired": true,
"change_domain_used": 2,
"change_domain_limit": "2",
"change_domain": true,
"download_type": "file",
"download_hash": "a0d2c9ca819de752095ec5d204321637",
"download_ext": "jpg",
"creation_date": "2020-02-29 15:22:47",
"renewal_date": "2020-02-29 15:22:47",
"due_date": "2020-03-29 15:22:47"
}