Skip to main content

EnrollmentApiRequestPrinter

Details of printer to be used in bulk operation. It includes name and hopper values. For the name field, value is required but for hopper, value is optional. If value of the hopper is not provided, it will be set to 1 by default

Properties

NameTypeDescriptionNotes
hopperIntegerHopper to be used (Optional), default value is 1[optional]
nameStringName of the printer. Value is printer's name given while adding the printer using create printer API. Refer readPrinter/readPrinters API to get the value of 'name' field.