Order Notes Of Order
Request Parameters:
This method allows to list order notes .
URL for nopCommerce 4.10 :
Api/Admin/OrderNotesOfOrder
Headers :
Content-Type : application/json
Parameter : Required [OrderId]
{
"ApiSecretKey" :"k104r106p102g98k116q107x114x118" ,
"RestAPIAdminAccessKey" :"4fbdf629-be68-4371-a81d-4b191c98a52e",
"OrderId": "5"
}
Response :
{
"Data": [
{
"OrderId": 5,
"DisplayToCustomer": false,
"Note": "Order has been marked as refunded. Amount = 43.5000",
"DownloadId": 0,
"DownloadGuid": "00000000-0000-0000-0000-000000000000",
"CreatedOn": "2018-08-29T15:06:29.3259049",
"Id": 71,
"Form": null,
"CustomProperties": {}
},
{
"OrderId": 5,
"DisplayToCustomer": false,
"Note": "Order delivered",
"DownloadId": 0,
"DownloadGuid": "00000000-0000-0000-0000-000000000000",
"CreatedOn": "2018-08-28T11:54:17.538556",
"Id": 11,
"Form": null,
"CustomProperties": {}
},
{
"OrderId": 5,
"DisplayToCustomer": false,
"Note": "Order shipped",
"DownloadId": 0,
"DownloadGuid": "00000000-0000-0000-0000-000000000000",
"CreatedOn": "2018-08-28T11:54:17.503556",
"Id": 10,
"Form": null,
"CustomProperties": {}
},
{
"OrderId": 5,
"DisplayToCustomer": false,
"Note": "Order paid",
"DownloadId": 0,
"DownloadGuid": "00000000-0000-0000-0000-000000000000",
"CreatedOn": "2018-08-28T11:54:17.467556",
"Id": 9,
"Form": null,
"CustomProperties": {}
},
{
"OrderId": 5,
"DisplayToCustomer": false,
"Note": "Order placed",
"DownloadId": 0,
"DownloadGuid": "00000000-0000-0000-0000-000000000000",
"CreatedOn": "2018-08-28T11:54:17.430556",
"Id": 8,
"Form": null,
"CustomProperties": {}
}
],
"Total": 5,
"ExtraData": null,
"Errors": null,
"Form": null,
"CustomProperties": {}
}