Skip to main content

Info zone pollution

POST 

/zonepollution

Returns a info about tax for pollution and vehicle.

Request

Header Parameters

    x-access-token stringrequired

    Authentication header obtained from POST /authenticate or POST /user that identifies the user making this call.

    Example: NgDvLMpPq.6AgfCvkP.YEWA3ZX

Body

required

Zone details

    lmpzid stringrequired

    The identifier for a regulated parking zone

    lat floatrequired

    Possible values: >= -90 and <= 90

    The geo latitude of the user at the time of the polution info request

    long floatrequired

    Possible values: >= -180 and <= 180

    The geo longitude of the user at the time of the polution info request

    plate stringrequired

    Number plate of the vehicle for the polution info request (uppercase, without spaces)

Responses

Created

Schema
    vehicle_type stringrequired

    Information about type of vehicle and his type of bonification or penalty. Only in Madrid

    info_pollution stringrequired

    Information about the state of the zone according to contamination

    bonification numberrequired

    Bonification or penalty on the price of depending on the type of vehicle

Loading...