Update an Asset

Update the details of an existing asset. Existing fields will be overwritten with newly provided information.

Path Params
string
required

The unique identifier of the asset in SysAid.

Body Params
string

The name of the asset.

string | null

The asset type (Laptop / Smartphone / etc.).

string | null

The origin of the asset, describing how it was added to the system.

string | null

The manufacturer of the asset.

string | null

The model of the asset.

string | null

The asset's serial number according to the manufacturer.

string | null

The description of the asset.

boolean

Indicates whether the asset is disabled. When true, automatic inventory updates, monitoring, and all other SysAid Agent capabilities are turned off for the asset.

number | null

The unique ID of the user who owns the asset.

enum

Defines who is the official owner of the asset - the employee or the company.

number | null

The unique ID of the company the asset belongs to.

number | null

The unique ID of the asset’s location.

number | null

The unique ID of the department the asset belongs to.

date | null

The date when the asset’s warranty expires.

boolean

Indicates if patch management is enabled for the asset. To learn more, see SysAid Patch Management Guide.

os
network
customColumnsFields
object
string | null

Additional data available for the asset.

int32
required

The version number of the resource used for optimistic locking. This value must be provided when updating a resource to prevent conflicts caused by concurrent modifications. If the provided version does not match the current version on the server, the update will be rejected to ensure data consistency.

Responses

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json