Add Printers

post

/config/sim/v1/devices/printers

Adds a printer record for the current organization.

Request

Supported Media Types
Header Parameters
Body ()
Printer Object
Root Schema : Printers
Type: object
Model for the Printers object
Show Source
Nested Schema : HierUnitNameTranslatedString
Type: object
A string that contains translations of hierarchy unit name into multiple languages
Example:
{
    "en-US":"Property",
    "de-DE":"Eigentum",
    "ar-AR":"??????????"
}
Nested Schema : PrintClassNameTranslatedString
Type: object
A string that contains translations of print class name into multiple languages
Example:
{
    "en-US":"Hotline PC",
    "de-DE":"Hotline-PC"
}
Nested Schema : PrinterOptionsExt
Type: object
An object containing the descriptive options list associated with the Print Class
Example:
{
    "isMultiLingualCardInstalled":false,
    "isThermalPrinter":false,
    "isQuebecSRMDevice":false,
    "printInLowRes":false,
    "enableLoopPrinting":false,
    "isDestinationPrinter":false
}
Nested Schema : PrinterConfiguration
Type: object
Show Source
Nested Schema : BluetoothSettings
Type: object
text
Show Source
Nested Schema : FirstPageMargins
Type: object
text
Show Source
Nested Schema : OposPrinterConfig
Type: object
An object containing the configuration settings for the OPOS Printer. Applicable only if printerType = 15
Show Source
Back to Top

Response

Supported Media Types

200 Response

A collection of Printer objects of the organization
Body ()
Root Schema : PrinterResponse
Type: object
Show Source

400 Response

400 Bad Request
Body ()
Root Schema : ErrorDetails
Type: object
Response body when the request returns an error.
Show Source
Back to Top