POST api/Abbonamenti/GetPermitVehicleLogs

Request Information

URI Parameters

None.

Body Parameters

VehicleLogFilter
NameDescriptionTypeAdditional information
PermitId

integer

None.

ReferenceDate

date

None.

MaxLogNumber

integer

None.

Plate

string

None.

Request Formats

application/json, text/json

Sample:
{
  "PermitId": 1,
  "ReferenceDate": "2026-05-24T20:03:39.3848311+02:00",
  "MaxLogNumber": 1,
  "Plate": "sample string 2"
}

application/xml, text/xml

Sample:
<VehicleLogFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pass.Models">
  <MaxLogNumber>1</MaxLogNumber>
  <PermitId>1</PermitId>
  <Plate>sample string 2</Plate>
  <ReferenceDate>2026-05-24T20:03:39.3848311+02:00</ReferenceDate>
</VehicleLogFilter>

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.