POST api/ParkingMeter/Tariff/Resolve

Request Information

URI Parameters

None.

Body Parameters

TariffResolveRequestModel
NameDescriptionTypeAdditional information
deviceId

string

Required

licensePlate

string

Required

areaCode

string

None.

referenceDate

date

Required

Request Formats

application/json, text/json

Sample:
{
  "deviceId": "sample string 1",
  "licensePlate": "sample string 2",
  "areaCode": "sample string 3",
  "referenceDate": "2026-05-23T19:55:14.2751143+02:00"
}

application/xml, text/xml

Sample:
<TariffResolveRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pass.Models.WebApi.Areas.ParkingMeter">
  <areaCode>sample string 3</areaCode>
  <deviceId>sample string 1</deviceId>
  <licensePlate>sample string 2</licensePlate>
  <referenceDate>2026-05-23T19:55:14.2751143+02:00</referenceDate>
</TariffResolveRequestModel>

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.