Mark as seen - celdotro/marketplace GitHub Wiki
- Marks a notification as seen
celmarket\Admin\AdminAccount
markAsSeen
- method: admininfo
- action: markAsSeen
- id = notification's ID
An object with the following attributes
- success = 1 - operation was successfully executed
https://github.com/celdotro/marketplace_examples/blob/master/Admin/20.markAsSeen.php
{
"request": {
"id": 1
},
"response": {
"currentServerTime": "2018-01-01 00:00:00"
}
}