BadgePrintLogStub

Represents the information needed to log a badge print or badge print attempt for a Badge. Badge in this context is primarily a BadgeTypeInfo, but can also be a 3rd party badge record. This log can be used for both types of badges.

Overview of BadgePrintLogStub goes here.

BadgePrintLogStub Properties

BadgePrintLogStub

Field Type Inherited from Description
CardAssignments IEnumerable<CardAssignmentInfo> BadgePrintLogStub Gets or sets the card assignments printed on the badge. (Optional).
PersonKey String BadgePrintLogStub Gets or sets the person key for the person the badge is being printed for. (Required).
Printer String BadgePrintLogStub Gets or sets the printer for the badge being printed. (Optional, if captured).
Type BadgePrintLogType BadgePrintLogStub Gets or sets a value indicating the type of badge print log. (Required).

JSON Structure of BadgePrintLogStub

{
   "CardAssignments"	:	"IEnumerable\<[CardAssignmentInfo](/object-model/cardassignmentinfo)\>",
   "PersonKey"	:	"String",
   "Printer"	:	"String",
   "Type"	:	"[BadgePrintLogType](/object-model/badgeprintlogtype)"
}