Renewing License Time
With this API command, "Renewing License Time" process is provided.
METHOD |
POST |
URL |
< API URL >order/renewal |
Content-Type |
application/json |
Parameters
Name |
Mandatory |
Description |
id |
Yes |
ID number for the service. |
period_type |
Yes |
Period information to be renewed. Possible values: year, month |
period_duration |
Yes |
The period time to be renewed. |
Sample Request
{
"key":"< API KEY >",
"id":1001,
"period_type":"month",
"period_duration":1
}
Sample Output
{
"status":"successful",
"invoice_id":10004,
"new_duedate":"2021-06-25 00:00:00",
"fee":9.99,
"fee_formatted":"$9.99",
}