PATCH api/Parking/Extend
Extend a parking before expiration
Request Information
URI Parameters
None.
Body Parameters
ParkingExtendName | Description | Type | Additional information |
---|---|---|---|
DeviceId |
The device's ID |
string |
Required |
Language |
The UI language as specified by ISO 639-1 |
string |
Required |
ConditionVersion |
The version identifier for the conditions accepted by the user |
string |
Required |
Id |
The parking's ID |
string |
Required |
EndDateUtc |
The new end date and time in UTC |
date |
Required |
CalculatedPrice |
The new calculated total price incl. VAT |
decimal number |
Required |
Request Formats
application/json, text/json
Sample:
Sample not available.
Response Information
Resource Description
Full information about the parking
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.