Add Printers

post

/config/sim/v2/devices/printers

Adds a printer record for the current organization.

Request

Supported Media Types
Header Parameters
Body ()
A request body
Root Schema : PrinterCUDRequestBodyv2
Type: object
Model for the Printer CUD Request
Show Source
Nested Schema : name
Type: object
A group of string objects representing the name of the Printer in configured languages.
Example:
{
    "1":"Enterprise",
    "2":"Unternehmen",
    "3":"Empresa"
}
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

The printer object added
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