Update Workstation Devices

post

/config/sim/v1/devices/workstations/updateDevices

Updates a Workstation Device record for the current organization.

Request

Supported Media Types
Header Parameters
Body ()
A request body
Root Schema : schema
Type: object
Show Source
  • Baud Rate of the device. Allowed values - 1200, 2400, 4800, 9600, 19200, 38400. This is a required field for the following device types - 1, 2, 3, 5, 8, 10, 12, 13, 14, 15(progId - Micros.Devices.FingerPrintReader.Opos), 16 and 17.
    Example: 9600
  • COM Port of the device. This is a required field for the following device types - 1, 2, 3, 5, 8, 10, 12, 13, 14, 15(progId - Micros.Devices.FingerPrintReader.Opos), 16 and 17.
    Example: 1
  • Configuration parameters of the custom peripheral device
    Example: config
  • Device type of the custom peripheral device
    Example: 1
  • Configuration parameters of the peripheral device
    Example: Custom Settings
  • Data bits of the device. This is a required field for the following device types - 1, 2, 3, 5, 8, 10, 12, 13, 14, 15(progId - Micros.Devices.FingerPrintReader.Opos), 16 and 17.
    Example: 1
  • Sequence number of the device
    Example: 1
  • Type of the peripheral device
    Example: 1
  • Unique hierarchy unit value of the property
    Example: 1
  • Timeout in seconds if request is abandoned. This is a required field for device type 20.
    Example: 180
  • Object number of the workstation
    Example: 1
  • Parity of the device. This is a required field for the following device types - 1, 2, 3, 5, 8, 10, 12, 13, 14, 15(progId - Micros.Devices.FingerPrintReader.Opos), 16 and 17.
    Example: N
  • URL of the endpoint. Format http(s)://host:port number. This is a required field for device type 20.
    Example: http://url.domain.com:443
  • Prog Id of the custom peripheral device
    Example: Micros.Devices.BarCodeReader.RS232
  • Security settings for the interface. This is a required field for device type 20.
    Example: 1
  • Stop Bits of the device. This is a required field for the following device types - 1, 2, 3, 5, 8, 10, 12, 13, 14, 15(progId - Micros.Devices.FingerPrintReader.Opos), 16 and 17.
    Example: 1
  • A Boolean flag indicating if xml message is validated against schema and log errors. Applicable only for type=20 and SPI.
    Example: false
Back to Top

Response

Supported Media Types

200 Response

Workstation Device Updated or Added.
Body ()
Root Schema : WorkstationDeviceResponse
Type: object
Show Source
Back to Top