Add Printers

post

/config/sim/v1/devices/printers

Adds a printer record for the current organization.

Request

Supported Media Types
Header Parameters
Body ()
A request body
Root Schema : PrinterCUDRequestBody
Type: object
Model for the Printer CUD Request
Show Source
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 : PrinterConfiguration
Type: object
Show Source
Nested Schema : BluetoothSettings
Type: object
text
Show Source
  • The Bluetooth ID of the printer or leave the field blank to allow configuration from a Mobile client when using different printers per event.
    Example: 11:22:33:44:55:66
  • The column width of the printer.
    Example: 32
  • The Bluetooth PIN of the printer.
    Example: 1
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