POST api/v1/AccessCard/GenerateGuestData
Request Information
URI Parameters
None.
Body Parameters
CardDataParameter| Name | Description | Type | Additional information |
|---|---|---|---|
| _StartDateTime | date |
None. |
|
| _ExpDateTime | date |
None. |
|
| _EnableAda | boolean |
None. |
|
| _EnableOverPriv | boolean |
None. |
|
| _EnableOvrBlock | boolean |
None. |
|
| _AllowedDoors | Collection of unsigned integer |
None. |
|
| _UserID | unsigned integer |
None. |
|
| _ULOffset | byte |
None. |
|
| _SystemCode | string |
None. |
|
| _GuestType | GUEST_TYPE |
None. |
|
| _Services | Collection of integer |
None. |
|
| _TimeZones | Collection of integer |
None. |
|
| _Serialnumber | string |
None. |
|
| PersonID | integer |
None. |
|
| _EnableFreePassage | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"_StartDateTime": "2025-12-06T16:47:05.1883836+00:00",
"_ExpDateTime": "2025-12-06T16:47:05.1883836+00:00",
"_EnableAda": true,
"_EnableOverPriv": true,
"_EnableOvrBlock": true,
"_AllowedDoors": [
1,
2
],
"_UserID": 6,
"_ULOffset": 64,
"_SystemCode": "sample string 8",
"_GuestType": 0,
"_Services": [
1,
2
],
"_TimeZones": [
1,
2
],
"_Serialnumber": "sample string 9",
"PersonID": 10,
"_EnableFreePassage": true
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.