Skip to main content
PUT
Update an equipment item

Authorizations

X-Session-Token
string
header
required

Session token for authentication.

Path Parameters

equipment_item_id
string<uuid>
required

The unique identifier for the equipment item.

Body

application/vnd.api+json

The full equipment item representation. This is a replace (PUT) - any optional relationship or attribute omitted from the body (such as vehicle) is cleared. reference, serial and asset_number are all required. asset_number must be unique within the organisation; duplicate serial values within the same organisation are allowed. vibration_magnitude is required when vibration_source is true and must be omitted otherwise. business_area is required and must always be supplied; send data: null to clear it. manufacturer and model are both optional, but if model is supplied with a non-null data then manufacturer MUST also be supplied with a non-null data and the model must belong to that manufacturer. This applies even when only changing the model — clients must re-send the manufacturer alongside it.

data
object
required

Response

Get a list of equipment in the organisation.

JSON API response object

data
object
required

An equipment item

jsonapi
object
required
included
object[]

Related resources that can be included when an equipment item is returned.

An equipment manufacturer