POST Api/NotificationLog/GetUnSeenCount
Request Information
URI Parameters
None.
Body Parameters
NotificationLogParameter| Name | Description | Type | Additional information |
|---|---|---|---|
| UserID | globally unique identifier |
None. |
|
| SelectedDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserID": "7c350e7b-fe34-4de8-aa7d-161a59af9c25",
"SelectedDate": "2025-11-09T00:43:12.8490759+04:00"
}
application/xml, text/xml
Sample:
<NotificationLogParameter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FleetrootDriver.Service.Controllers"> <SelectedDate>2025-11-09T00:43:12.8490759+04:00</SelectedDate> <UserID>7c350e7b-fe34-4de8-aa7d-161a59af9c25</UserID> </NotificationLogParameter>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1
application/xml, text/xml
Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>