DEPRECATED WS, it will be removed in the next version o API. Use the V2 instead
Include access_token in HTTP header:
Authorization: Bearer 09ba487fc3df...
This web service reports incidents with PayPerUse by creating a SupportEntry.
Parameter name | Parameter type | Description |
---|---|---|
type | string | one of 'entrance_time', 'entrance_tries', 'exit_time' or 'exit_tries' |
{ "type" : "entrance_time" }
{}
Include access_token and version name in HTTP header:
Authorization: Bearer 09ba487fc3df... Accept: application/vnd.parkingplus.v2+json"
This web service reports incidents with PayPerUse by creating a SupportEntry.
Parameter name | Parameter type | Description |
---|---|---|
type | string | one of 'entrance_tries', 'exit_tries' or 'failed_payment' |
parking_session_id | int | id of the parking session involved in the incident |
payment_id | int | id of the payment involved in the incident |
{ "type" : "entrance_tries", "parking_session_id" : 10, "payment_id" : 179 }
{}