POST api/Notification/Counters
Request Information
URI Parameters
None.
Body Parameters
NotificationCountersFilters| Name | Description | Type | Additional information |
|---|---|---|---|
| IdUser | integer |
None. |
|
| IdCountry | integer |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
|
| BackDays | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"IdUser": 1,
"IdCountry": 2,
"StartDate": "2026-04-04T14:28:24.8539118+00:00",
"EndDate": "2026-04-04T14:28:24.8539118+00:00",
"BackDays": 1
}
application/xml, text/xml
Sample:
<NotificationCountersFilters xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GlobalMind.AgendaV2.Domain.Transport"> <BackDays>1</BackDays> <EndDate>2026-04-04T14:28:24.8539118+00:00</EndDate> <IdCountry>2</IdCountry> <IdUser>1</IdUser> <StartDate>2026-04-04T14:28:24.8539118+00:00</StartDate> </NotificationCountersFilters>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.