PATCH api/Parking/Stop
Stop a parking before expiration
Request Information
URI Parameters
None.
Body Parameters
ParkingStopName | Description | Type | Additional information |
---|---|---|---|
DeviceId |
The device's ID |
string |
Required |
Language |
The UI language as specified by ISO 639-1 |
string |
Required |
Id |
The parking's ID |
integer |
Required |
CalculatedPrice |
The new calculated total price incl. VAT |
decimal number |
Required |
Request Formats
application/json, text/json
Sample:
{ "DeviceId": "sample string 1", "Language": "da", "Id": 6494563, "CalculatedPrice": 45.75 }
Response Information
Resource Description
Full information about the parking
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.