Update asset

This API request can be used to update an asset using a partial update approach through the use of JSON Patch defined in RFC 6902.

Path Params
uuid
required

ID of the asset

Body Params
string
enum
TypeDescription
MachineBattery or fuel-powered heavy assets controlled by an operator.
VehicleHeavy assets used for transporting people or goods, especially on land.
GatewayServe as a communication managers between bluetooth tags and the Iris platform.
AttachmentItems added to machines or equipment for enhanced functionality.
ToolSmall powered assets like impact drills or high-pressure washers.
EquipmentNon-powered assets like wheelbarrows or containers.
OtherAssets that do not fit into the defined categories.
Allowed:
string
length between 0 and 256

The brand of the asset.

string
length between 0 and 100

An external reference on the asset that can be used to store the identifier from other systems such as ERPs.

string
length between 0 and 256

The model of the asset.

string
length between 0 and 127

The name of the asset.

date
An optional field to specify the exact production date of the asset in the format YYYY-MM-DD when more precision is needed.
Minimum allowed year for production date is 1900. Maximum allowed year for production date is current year plus one.
For AssetType=MACHINE, it is derived if only productionYear is set. The year of Production Date must match Production Year if both are provided together.
Updating one while deleting the other is an error.
int32
The year the asset was produced. Minimum allowed production year is 1900. Maximum allowed production year is current year plus one.
For AssetType=MACHINE, it is derived if only productionDate is set. Production Year must match the year of Production Date if both are provided together.
Updating one while deleting the other is an error.
string
length between 0 and 100

The asset serial number (e.g VIN).

string
length between 0 and 50

The type of the asset (excavator, lift, bucket etc.)

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

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