POST api/ParkCarePermit/Post?Language={Language}&DeviceId={DeviceId}&ClientKey={ClientKey}

Request Information

URI Parameters

NameDescriptionTypeAdditional 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
NameDescriptionTypeAdditional 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": "2025-08-29T03:40:50.2590374Z",
  "EndDate": "2025-08-29T03:40:50.2590374Z",
  "Note1": "sample string 3",
  "Note2": "sample string 4"
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.