Update Notifications
Update Notification seen status and date
URL
sales/update_notifications
Method
POST
Request Media type
application/json
Response Media type
application/json
Request Parameters
| Parameter | Data Type | Min | Max | M/O | Sample Value | Comments |
|---|---|---|---|---|---|---|
| key | String | 32 | 32 | M | l3j92JtUSsvliWthLzmYN6g2OlOsGZH7 | Key obtained from authentiaction. |
| deviceid | String | M | GB_routes_C35EAF1416256520A00BCDB138F48EFC08AE7B18 | |||
| entryid | String | M | 1 | |||
| seendate | String | M | 2025-09-09 14:34:00.000 |
Response Values
| Name | Data Type | Min Length | Max Length | M/O | Sample Value | Comments |
|---|---|---|---|---|---|---|
| status | String | M |
Sample Request
{
"key": "QH7LlQ3wQMK9oYEKjeG5QOIVJQT4emeq",
"deviceid": "GB_routes_C35EAF1416256520A00BCDB138F48EFC08AE7B18",
"entryid": "1",
"seendate": "2025-09-09 14:34:00.000"
}
Sample Success Response
{
"status": "",
"e": 200,
"msg": "Success"
}