WalletVisitorCardRequest

Represents a request to create a visitor wallet card, extending WalletVisitorCard with visitor identification

Overview of WalletVisitorCardRequest goes here.

WalletVisitorCardRequest Properties

WalletVisitorCard -> WalletVisitorCardRequest

Field Type Inherited from Description
CardProfileData WalletVisitorCardProfileData WalletVisitorCard Gets or sets the visitor card profile data including name and role
Expiry WalletVisitorCardExpiry WalletVisitorCard Gets or sets the expiration settings for the visitor card
NumBitsBadge Int32 WalletVisitorCard Gets or sets the number of bits in the badge data (default 40)
RawBadgeData String WalletVisitorCard Gets or sets the raw badge data in hexadecimal format
IsAttendee Boolean WalletVisitorCardRequest Gets or sets whether this is an attendee object (true) or person object (false)
UserKey String WalletVisitorCardRequest Gets or sets the Keep user key who is creating this visitor card
VisitorObjectKey String WalletVisitorCardRequest Gets or sets the Keep object key for the visitor (person or attendee)

JSON Structure of WalletVisitorCardRequest

{
   "CardProfileData"	:	"[WalletVisitorCardProfileData](/object-model/walletvisitorcardprofiledata)",
   "Expiry"	:	"[WalletVisitorCardExpiry](/object-model/walletvisitorcardexpiry)",
   "NumBitsBadge"	:	"Int32",
   "RawBadgeData"	:	"String",
   "IsAttendee"	:	"Boolean",
   "UserKey"	:	"String",
   "VisitorObjectKey"	:	"String"
}