PATCH api/ParkCarePermit/Patch?Language={Language}&DeviceId={DeviceId}&ClientKey={ClientKey}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Language |
The UI language as specified by ISO 639-1 |
string |
Required |
DeviceId |
The device's ID |
string |
Required |
ClientKey | string |
Required |
Body Parameters
ParkCareUpdateParkingPermitName | Description | Type | Additional information |
---|---|---|---|
ID | integer |
Optional |
|
NewRegNo | string |
Optional |
|
NewEndDate | date |
Optional |
|
NewNote1 | string |
Optional |
|
NewNote2 | string |
Optional |
Request Formats
application/json, text/json
Sample:
{ "ID": 1, "NewRegNo": "sample string 2", "NewEndDate": "2025-08-29T03:39:05.429913Z", "NewNote1": "sample string 3", "NewNote2": "sample string 4" }
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.