WalletCorporateCardRequest

Represents a request to create a corporate wallet card for an employee, extending WalletCorporateCard with person and user identification

Overview of WalletCorporateCardRequest goes here.

WalletCorporateCardRequest Properties

WalletCorporateCard -> WalletCorporateCardRequest

Field Type Inherited from Description
NumBitsBadge Int32 WalletCorporateCard Gets or sets the number of bits in the badge data (default 40)
RawBadgeData String WalletCorporateCard Gets or sets the raw badge data in hexadecimal format
WalletCardProfileData WalletCardProfileData WalletCorporateCard Gets or sets the card profile data including cardholder information
PersonKey String WalletCorporateCardRequest Gets or sets the person key identifying the cardholder in the access control system.
UserKey String WalletCorporateCardRequest Gets or sets the user key for the wallet application user.

JSON Structure of WalletCorporateCardRequest

{
   "NumBitsBadge"	:	"Int32",
   "RawBadgeData"	:	"String",
   "WalletCardProfileData"	:	"[WalletCardProfileData](/object-model/walletcardprofiledata)",
   "PersonKey"	:	"String",
   "UserKey"	:	"String"
}