POST api/ParkCarePermit/Post?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
ParkCareCreateParkingPermit| Name | Description | Type | Additional information |
|---|---|---|---|
| RegNo | string |
Optional |
|
| PermissionGroup | integer |
Optional |
|
| StartDate | date |
Optional |
|
| EndDate | date |
Optional |
|
| Note1 | string |
Optional |
|
| Note2 | string |
Optional |
Request Formats
application/json, text/json
Sample:
{
"RegNo": "sample string 1",
"PermissionGroup": 2,
"StartDate": "2026-01-12T14:43:23.0254147Z",
"EndDate": "2026-01-12T14:43:23.0254147Z",
"Note1": "sample string 3",
"Note2": "sample string 4"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.