Next Topic

Previous Topic

Book Contents

Update Machine Group

Updates a single machine group record.

PUT /system/machinegroups/{machineGroupId}

Headers

Sample Body Data

MachineGroupId is required in the body of the message. Include additional fields and values to be updated.

{
"MachineGroupId":1,
"MachineGroupName":"Sales",
}

Model Schema

Field

Datatype

Filterable

Sortable

MachineGroupId

decimal

 

MachineGroupName

string

ParentMachineGroupId

decimal

 

OrgId

decimal

Attributes

object

 

Sample Request Model

{
  "MachineGroupId": 0,
  "MachineGroupName": "string",
  "ParentMachineGroupId": 0,
  "OrgId": 0,
  "Attributes": {}
}