Update a Device

Update a device profile and settings.

SecurityApiKeyAuth
Request
path Parameters
deviceId
required
string

ID of the device to update

Request Body schema:
type
required
string

The type of device

Enum: "Terminal" "Mobile"
name
required
string

The name of the device

status
string

The status of the device

Enum: "Active" "Inactive" "Disabled"
manufacturer
string

The manufacturer of the device

model
string

The model of the device

operatingSystem
string

The operating system of the device

createdAt
string <date-time>

The date and time the device was added to the system

updatedAt
string <date-time>

The date and time the device was last updated in the system

Responses
200

OK

400

Bad Request

401

Unauthorized access

403

Access forbidden

404

Resource was not found

409

Conflict.

429

Too Many Requests

put/devices/{deviceId}
Request samples
{
  • "type": "Terminal",
  • "name": "string",
  • "status": "Active",
  • "manufacturer": "string",
  • "model": "string",
  • "operatingSystem": "string",
  • "createdAt": "2019-08-24T14:15:22Z",
  • "updatedAt": "2019-08-24T14:15:22Z"
}
Response samples
{
  • "type": "Terminal",
  • "name": "string",
  • "status": "Active",
  • "manufacturer": "string",
  • "model": "string",
  • "operatingSystem": "string",
  • "createdAt": "2019-08-24T14:15:22Z",
  • "updatedAt": "2019-08-24T14:15:22Z"
}
Copyright © Pace Software 2021–2023. All rights reserved.