Skip to main content

Update the specified printer.

PUT 

/api/web/v1/printers/:printerId

Update the specified printer.

Request

Path Parameters

    printerId stringrequired

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

    The unique 32-36 character id obtained from the Get All Printers request. Example - 0b0db90a-6091-416f-8559-2f2181e941c3

Body

required

    cardsPrinted int32

    Total cards successfully printed by printer.

    cardsRemaining int32

    number of cards remaining before cleaning

    certificate byte
    deviceId string

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

    Printers unique device ID obtained from the printer LCD.

    location string

    Optional physical location of the printer.

    name string

    The printer name

    ptpReady boolean

    A flag used to determine if the printer has PTP ribbon or not (Ignore this field in the API request or response)

    retransferRollRemaining double

    percentage of retransfer roll remaining in printer

    ribbonId string

    ID of the cloud enabled ribbon installed in the printer (Ignore this field in the API request or response)

    ribbonRemaining double

    percentage of ribbon remaining in printer

    scSimulator boolean

    A flag used to determine if the smart card simulator needs to be invoked

    status string

    Possible values: [BUSY, IDLE, TIMEOUT, INVALID]

Responses

OK

Loading...