Skip to main content
PATCH
Update equipment

Authorizations

x-API-Key
string
header
required

Path Parameters

id
string<objectid>
required

Equipment ID

Body

application/json

Equipment data to update

A single item of equipment that belongs to a specific equipment type

equipmentTypeId
string<objectid>
required

The EquipmentType this Equipment belongs to

objectId
string<objectid>
required

The Object (location) this equipment is located at

_id
string<objectid>

Unique identifier for the equipment

number
integer

Unique number of the entity, used for identification

companyId
string<objectid>

The ID of the company this entity belongs to

status
object

Entity Status information

chatId
string<objectid> | null

ID of the chat associated with this entity

serialNumber
string

The serial number for this equipment

inventoryNumber
integer

The inventory number for this exact equipment

lastMaintenanceDate
string<date-time>

Last maintenance date

purchaseDate
string<date-time>

Purchase date

tags
string[]

Tags associated with the equipment

chatName
string

The name shown in notifications

Response

Equipment updated successfully

A single item of equipment that belongs to a specific equipment type

equipmentTypeId
string<objectid>
required

The EquipmentType this Equipment belongs to

objectId
string<objectid>
required

The Object (location) this equipment is located at

_id
string<objectid>

Unique identifier for the equipment

number
integer

Unique number of the entity, used for identification

companyId
string<objectid>

The ID of the company this entity belongs to

status
object

Entity Status information

chatId
string<objectid> | null

ID of the chat associated with this entity

serialNumber
string

The serial number for this equipment

inventoryNumber
integer

The inventory number for this exact equipment

lastMaintenanceDate
string<date-time>

Last maintenance date

purchaseDate
string<date-time>

Purchase date

tags
string[]

Tags associated with the equipment

chatName
string

The name shown in notifications