Download Installation File
With this API command, "Download Installation File" process is provided.
The WISECP setup file is produced specifically for each installation. The setup file generated for a license cannot be used on a different license.
You must provide operations based on the value "download_type" that you obtain from the "Viewing License Details" API command.
- If the value "download_type" is "file", it will provide a downloadable resource in response when you request the following API command.
- If the value "download_type" is coming as "link", you can redirect to the value in the "download_link" field.
METHOD | POST |
URL | < API URL >order/download |
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":1001
}