Skip to main content

Print single enrollment

POST 

/api/web/v1/print/single

Prints a single enrollment by Design Name or Enrollment ID. Caller requires the ISSUANCE:ADD permission to access this resource.

Request

Body

required

    enrollmentDesignName string

    The design name of the enrollment. Note: primaryKey parameter is required when this parameter is present.

    enrollmentId string

    The unique enrollment ID obtained from Read Enrollments request. Note: primaryKey and enrollmentDesignName parameters are not required when this parameter is present.

    primaryKey string

    The primary key of the enrollment

    printerDetails

    object

    required

    hopper int32

    The printer hopper to use

    printerId string

    Possible values: Value must match regular expression [a-fA-F0-9-]{32,36}

Responses

OK

Schema

    printJobId stringrequired

    The job id of the requested enrollment print

Loading...