POST api/Notification/ShortLegislativeCounter

Request Information

URI Parameters

None.

Body Parameters

LegislativeShortStatusCounterFilter
NameDescriptionTypeAdditional 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": "2024-10-24T00:24:58.2096307+00:00",
  "EndDate": "2024-10-24T00:24:58.2096307+00:00",
  "BackDays": 1
}

application/xml, text/xml

Sample:
<LegislativeShortStatusCounterFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GlobalMind.AgendaV2.Domain.Transport">
  <BackDays>1</BackDays>
  <EndDate>2024-10-24T00:24:58.2096307+00:00</EndDate>
  <IdCountry>2</IdCountry>
  <IdUser>1</IdUser>
  <StartDate>2024-10-24T00:24:58.2096307+00:00</StartDate>
</LegislativeShortStatusCounterFilter>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.