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
ParkCareUpdateParkingPermit| Name | 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": "2026-01-13T02:51:53.295537Z",
"NewNote1": "sample string 3",
"NewNote2": "sample string 4"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.