Downloadable Products
Request Parameters:
Retrieve the information of downloadable products.
URL: ../Api/Client/DownloadableProducts
Header:
Content-Type:application/json
Required Parameters : CustomerGUID
Case-1. Exception Response :
Parameter:
{
"ApiSecretKey":"i99b98d117m116a112o98k115c111",
"CustomerGUID":""
}
Response :
{
"Status": 0,
"Message": "Request cannot be empty",
"Data": null,
"ValidationMessage": [],
"ErrorMessage": null
}
Case-2. Success Response :
Parameter:
{
"ApiSecretKey":"i99b98d117m116a112o98k115c111",
"CustomerGUID":"496DBB2A-F9EB-4522-A804-B108693B69CE"
}
Response :
{
"Status": 1,
"Message": "Success",
"Data": {
"Items": [
{
"OrderItemGuid": "3dba9267-9753-4bf6-a96f-f5cc9c52b690",
"OrderId": 18,
"CustomOrderNumber": "18",
"ProductId": 4,
"ProductName": "Apple MacBook Pro 13-inch",
"ProductSeName": "apple-macbook-pro-13-inch",
"ProductAttributes": "",
"DownloadId": 0,
"LicenseId": 0,
"CreatedOn": "2018-12-06T14:05:09.4771301",
"Form": null,
"CustomProperties": {}
}
],
"Form": null,
"CustomProperties": {}
},
"ValidationMessage": [],
"ErrorMessage": null
}